Some work on avatar service. Retrieval and storage done

This commit is contained in:
Melanie
2010-01-04 02:07:31 +00:00
parent 3c18c0189a
commit 791c6188fd
3 changed files with 33 additions and 11 deletions

View File

@@ -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>();