mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* Implements the rest of llGetAgentInfo() with the exception of AGENT_BUSY. * Thanks nlin
This commit is contained in:
@@ -38,6 +38,10 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
private Animation m_defaultAnimation = new Animation();
|
||||
private List<Animation> m_animations = new List<Animation>();
|
||||
|
||||
public Animation DefaultAnimation
|
||||
{
|
||||
get { return m_defaultAnimation; }
|
||||
}
|
||||
public AnimationSet()
|
||||
{
|
||||
ResetDefaultAnimation();
|
||||
|
||||
Reference in New Issue
Block a user