mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Add GetGroupPowers() and a dictionary to hold them to ClientView and
IClientAPI. No user functionality
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user