mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* Introduced common abstract UserDataBase provider
* Weeded out multiple AvatarPickerAvatar classes
This commit is contained in:
14
OpenSim/Framework/AvatarPickerAvatar.cs
Normal file
14
OpenSim/Framework/AvatarPickerAvatar.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public class AvatarPickerAvatar
|
||||
{
|
||||
public LLUUID AvatarID;
|
||||
public string firstName;
|
||||
public string lastName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user