* Added more info to ChildAgentDataUpdate

* Added (at sdauge's suggestion) byte[] GetThrottlesPacked(float multiplier)
This commit is contained in:
Teravus Ovares
2007-12-09 18:05:08 +00:00
parent cace0e055c
commit 1074e5adc8
2 changed files with 23 additions and 0 deletions

View File

@@ -19,5 +19,6 @@ namespace OpenSim.Framework
public float AVHeight;
public Guid AgentID;
public float godlevel;
public byte[] throttles;
}
}