diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/RequestAssetArgs.cs | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/OpenSim/Framework/RequestAssetArgs.cs b/OpenSim/Framework/RequestAssetArgs.cs index 0602421..9f64a5a 100644 --- a/OpenSim/Framework/RequestAssetArgs.cs +++ b/OpenSim/Framework/RequestAssetArgs.cs | |||
@@ -1,13 +1,13 @@ | |||
1 | using System; | 1 | using System; |
2 | using libsecondlife; | 2 | using libsecondlife; |
3 | 3 | ||
4 | namespace OpenSim.Framework | 4 | namespace OpenSim.Framework |
5 | { | 5 | { |
6 | public class RequestAssetArgs : EventArgs | 6 | public class RequestAssetArgs : EventArgs |
7 | { | 7 | { |
8 | public int ChannelType; | 8 | public int ChannelType; |
9 | public float Priority; | 9 | public float Priority; |
10 | public int SourceType; | 10 | public int SourceType; |
11 | public LLUUID TransferID; | 11 | public LLUUID TransferID; |
12 | } | 12 | } |
13 | } \ No newline at end of file | 13 | } \ No newline at end of file |