mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Some work on avatar service. Retrieval and storage done
This commit is contained in:
@@ -92,6 +92,10 @@ namespace OpenSim.Services.Interfaces
|
||||
public int AvatarType;
|
||||
public Dictionary<string,string> Data;
|
||||
|
||||
public AvatarData()
|
||||
{
|
||||
}
|
||||
|
||||
public AvatarData(Dictionary<string, object> kvp)
|
||||
{
|
||||
Data = new Dictionary<string, string>();
|
||||
|
||||
Reference in New Issue
Block a user