mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
WIP: Adding a few things to PresenceModule. Not quite finished yet.
This commit is contained in:
@@ -35,6 +35,12 @@ namespace OpenSim.Region.Interfaces
|
||||
{
|
||||
public UUID userID;
|
||||
public UUID regionID;
|
||||
|
||||
public PresenceInfo(UUID userID, UUID regionID)
|
||||
{
|
||||
this.userID = userID;
|
||||
this.regionID = regionID;
|
||||
}
|
||||
}
|
||||
|
||||
public delegate void PresenceChange(PresenceInfo info);
|
||||
|
||||
Reference in New Issue
Block a user