mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Paving the way for syncing group permissions across a grid
This commit is contained in:
@@ -32,10 +32,12 @@ using OpenSim.Framework;
|
||||
namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public delegate void NewGroupNotice(UUID groupID, UUID noticeID);
|
||||
public delegate void GroupChange(UUID groupID);
|
||||
|
||||
public interface IGroupsModule
|
||||
{
|
||||
event NewGroupNotice OnNewGroupNotice;
|
||||
event GroupChange OnGroupChange;
|
||||
|
||||
void ActivateGroup(IClientAPI remoteClient, UUID groupID);
|
||||
List<GroupTitlesData> GroupTitlesRequest(IClientAPI remoteClient, UUID groupID);
|
||||
|
||||
Reference in New Issue
Block a user