* Tweaked patch mantis 1302 and committing it.

This commit is contained in:
Teravus Ovares
2008-05-17 00:16:16 +00:00
parent a5f08b430d
commit 349a17f664
8 changed files with 98 additions and 15 deletions

View File

@@ -246,6 +246,21 @@ namespace OpenSim.Region.Examples.SimpleModule
set { }
}
public LLUUID ActiveGroupId
{
get { return LLUUID.Zero; }
}
public string ActiveGroupName
{
get { return String.Empty; }
}
public ulong ActiveGroupPowers
{
get { return 0; }
}
public virtual int NextAnimationSequenceNumber
{
get { return 1; }