mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Committing a small fix for EventData along with more plumbing work
This commit is contained in:
@@ -50,6 +50,7 @@ namespace OpenSim.Region.Interfaces
|
||||
UUID CreateGroup(IClientAPI remoteClient, string name, string charter, bool showInList, UUID insigniaID, int membershipFee, bool openEnrollment, bool allowPublish, bool maturePublish);
|
||||
|
||||
GroupNoticeData[] GroupNoticesListRequest(IClientAPI remoteClient, UUID GroupID);
|
||||
string GetGroupTitle(UUID avatarID);
|
||||
void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID);
|
||||
void SendAgentGroupDataUpdate(IClientAPI remoteClient);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user