mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
* Applying Mantis #1020 (Animations) - Thanks Melanie.
This commit is contained in:
@@ -217,6 +217,10 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
get { return FirstName + LastName; }
|
||||
}
|
||||
|
||||
public virtual int NextAnimationSequenceNumber
|
||||
{
|
||||
get { return 1; }
|
||||
}
|
||||
|
||||
public virtual void OutPacket(Packet newPack, ThrottleOutPacketType packType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user