blob: c2b4b0e5ee21a02221854b76da3cbfc9e82f9b4f (
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;
}
}
|