mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
More groups plumbing
This commit is contained in:
@@ -55,5 +55,9 @@ namespace OpenSim.Region.Interfaces
|
||||
void GroupRoleChanges(IClientAPI remoteClient, UUID GroupID, UUID RoleID, UUID MemberID, uint changes);
|
||||
void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID);
|
||||
void SendAgentGroupDataUpdate(IClientAPI remoteClient);
|
||||
void JoinGroupRequest(IClientAPI remoteClient, UUID GroupID);
|
||||
void LeaveGroupRequest(IClientAPI remoteClient, UUID GroupID);
|
||||
void EjectGroupMemberRequest(IClientAPI remoteClient, UUID GroupID, UUID EjecteeID);
|
||||
void InviteGroupRequest(IClientAPI remoteClient, UUID GroupID, UUID InviteeID, UUID RoleID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user