mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Split out various classes from IClientAPI into their own files, in accordance with code standards
This commit is contained in:
11
OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs
Normal file
11
OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public class AvatarPickerReplyAgentDataArgs : EventArgs
|
||||
{
|
||||
public LLUUID AgentID;
|
||||
public LLUUID QueryID;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user