mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Commit 2/3 - Please dont attempt to update to this revision until all 3 are in.
This commit is contained in:
@@ -224,6 +224,12 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
get { return FirstName + LastName; }
|
||||
}
|
||||
|
||||
public bool IsActive
|
||||
{
|
||||
get { return true; }
|
||||
set { }
|
||||
}
|
||||
|
||||
public virtual int NextAnimationSequenceNumber
|
||||
{
|
||||
get { return 1; }
|
||||
|
||||
Reference in New Issue
Block a user