mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Change PresenceData to PresenceInfo to remove a naming conflict in the
OpenSim.Data namespace
This commit is contained in:
@@ -34,8 +34,8 @@ namespace OpenSim.Data
|
||||
{
|
||||
public class PresenceData
|
||||
{
|
||||
public UUID PrincipalID;
|
||||
public UUID RegionID;
|
||||
public UUID UUID;
|
||||
public UUID currentRegion;
|
||||
public Dictionary<string, object> Data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user