diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs b/OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs index c2b4b0e..5fb06eb 100644 --- a/OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs +++ b/OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs | |||
@@ -1,11 +1,11 @@ | |||
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 AvatarPickerReplyAgentDataArgs : EventArgs | 6 | public class AvatarPickerReplyAgentDataArgs : EventArgs |
7 | { | 7 | { |
8 | public LLUUID AgentID; | 8 | public LLUUID AgentID; |
9 | public LLUUID QueryID; | 9 | public LLUUID QueryID; |
10 | } | 10 | } |
11 | } \ No newline at end of file | 11 | } \ No newline at end of file |