mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Introduced common abstract UserDataBase provider
* Weeded out multiple AvatarPickerAvatar classes
This commit is contained in:
@@ -148,19 +148,7 @@ namespace OpenSim.Framework
|
||||
/// </summary>
|
||||
public UserAgentData currentAgent;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Minimal User Data required to service the AvatarPickerReply
|
||||
/// </summary>
|
||||
//public class AvatarPickerAvatar
|
||||
//{
|
||||
//public LLUUID AvatarID;
|
||||
//public string firstName;
|
||||
//public string lastName;
|
||||
//public AvatarPickerAvatar()
|
||||
//{
|
||||
//}
|
||||
//}
|
||||
|
||||
/// <summary>
|
||||
/// Information about a users session
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user