Add GetGroupPowers() and a dictionary to hold them to ClientView and

IClientAPI. No user functionality
This commit is contained in:
Melanie Thielker
2008-07-25 03:45:17 +00:00
parent 6554c7bac5
commit 06e0e513cf
4 changed files with 20 additions and 0 deletions

View File

@@ -277,6 +277,11 @@ namespace OpenSim.Region.Examples.SimpleModule
get { return 0; }
}
public ulong GetGroupPowers(LLUUID groupID)
{
return 0;
}
public virtual int NextAnimationSequenceNumber
{
get { return 1; }