diff options
Diffstat (limited to 'OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs')
-rw-r--r-- | OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs b/OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs new file mode 100644 index 0000000..c2b4b0e --- /dev/null +++ b/OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs | |||
@@ -0,0 +1,11 @@ | |||
1 | using System; | ||
2 | using libsecondlife; | ||
3 | |||
4 | namespace OpenSim.Framework | ||
5 | { | ||
6 | public class AvatarPickerReplyAgentDataArgs : EventArgs | ||
7 | { | ||
8 | public LLUUID AgentID; | ||
9 | public LLUUID QueryID; | ||
10 | } | ||
11 | } \ No newline at end of file | ||