add a public SetGroupPowers to clientView

This commit is contained in:
UbitUmarov
2016-07-26 17:57:14 +01:00
parent 13ae6dff18
commit 1a8a8e16ef
5 changed files with 18 additions and 1 deletions

View File

@@ -735,6 +735,8 @@ namespace OpenSim.Framework
Dictionary<UUID, ulong> GetGroupPowers();
void SetGroupPowers(Dictionary<UUID, ulong> powers);
ulong GetGroupPowers(UUID groupID);
bool IsGroupMember(UUID GroupID);