blob: 5fb06ebc7ca6efeb0c216bdb3d35607ccd5834dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
using System;
using libsecondlife;
namespace OpenSim.Framework
{
public class AvatarPickerReplyAgentDataArgs : EventArgs
{
public LLUUID AgentID;
public LLUUID QueryID;
}
}
|