mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 13:15:44 +08:00
Presence Step 1
This commit is contained in:
@@ -32,10 +32,11 @@ using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Data
|
||||
{
|
||||
public struct PresenceData
|
||||
// This MUST be a ref type!
|
||||
public class PresenceData
|
||||
{
|
||||
public UUID UUID;
|
||||
public UUID currentRegion;
|
||||
public UUID PrincipalID;
|
||||
public UUID RegionID;
|
||||
public Dictionary<string, string> Data;
|
||||
}
|
||||
|
||||
@@ -48,9 +49,6 @@ namespace OpenSim.Data
|
||||
|
||||
PresenceData Get(UUID principalID);
|
||||
|
||||
bool SetUserDataItem(UUID principalID, string item, string value);
|
||||
bool SetRegionDataItem(UUID principalID, string item, string value);
|
||||
|
||||
bool Delete(UUID regionID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user