mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
AvatarStore. Untested, but complete
This commit is contained in:
@@ -43,5 +43,7 @@ namespace OpenSim.Data
|
||||
{
|
||||
AvatarBaseData[] Get(string field, string val);
|
||||
bool Store(AvatarBaseData data);
|
||||
bool Delete(UUID principalID, string name);
|
||||
bool Delete(string field, string val);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user