aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs11
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 @@
1using System;
2using libsecondlife;
3
4namespace 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