Small interface addition
parent
6495ff9624
commit
5ae3364152
|
@ -32,8 +32,12 @@ using OpenMetaverse;
|
||||||
|
|
||||||
namespace OpenSim.Region.Interfaces
|
namespace OpenSim.Region.Interfaces
|
||||||
{
|
{
|
||||||
|
public delegate void NewGroupNotice(UUID groupID, UUID noticeID);
|
||||||
|
|
||||||
public interface IGroupsModule
|
public interface IGroupsModule
|
||||||
{
|
{
|
||||||
|
event NewGroupNotice OnNewGroupNotice;
|
||||||
|
|
||||||
void ActivateGroup(IClientAPI remoteClient, UUID groupID);
|
void ActivateGroup(IClientAPI remoteClient, UUID groupID);
|
||||||
List<GroupTitlesData> GroupTitlesRequest(IClientAPI remoteClient, UUID groupID);
|
List<GroupTitlesData> GroupTitlesRequest(IClientAPI remoteClient, UUID groupID);
|
||||||
List<GroupMembersData> GroupMembersRequest(IClientAPI remoteClient, UUID groupID);
|
List<GroupMembersData> GroupMembersRequest(IClientAPI remoteClient, UUID groupID);
|
||||||
|
|
Loading…
Reference in New Issue