mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Some work on avatar service. Retrieval and storage done
This commit is contained in:
@@ -35,7 +35,7 @@ namespace OpenSim.Data
|
||||
// This MUST be a ref type!
|
||||
public class AvatarBaseData
|
||||
{
|
||||
public string PrincipalID;
|
||||
public UUID PrincipalID;
|
||||
public Dictionary<string, string> Data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user