mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Split out various classes from IClientAPI into their own files, in accordance with code standards
This commit is contained in:
12
OpenSim/Framework/AvatarPickerReplyDataArgs.cs
Normal file
12
OpenSim/Framework/AvatarPickerReplyDataArgs.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public class AvatarPickerReplyDataArgs : EventArgs
|
||||
{
|
||||
public LLUUID AvatarID;
|
||||
public byte[] FirstName;
|
||||
public byte[] LastName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user