mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Small interface addition
This commit is contained in:
@@ -32,8 +32,12 @@ using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Interfaces
|
||||
{
|
||||
public delegate void NewGroupNotice(UUID groupID, UUID noticeID);
|
||||
|
||||
public interface IGroupsModule
|
||||
{
|
||||
event NewGroupNotice OnNewGroupNotice;
|
||||
|
||||
void ActivateGroup(IClientAPI remoteClient, UUID groupID);
|
||||
List<GroupTitlesData> GroupTitlesRequest(IClientAPI remoteClient, UUID groupID);
|
||||
List<GroupMembersData> GroupMembersRequest(IClientAPI remoteClient, UUID groupID);
|
||||
|
||||
Reference in New Issue
Block a user