mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Optimized usings
* shortened references * Removed redundant 'this' * Normalized EOF
This commit is contained in:
@@ -27,8 +27,6 @@
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
@@ -37,8 +35,8 @@ namespace OpenSim.Framework
|
||||
{
|
||||
public ChildAgentDataUpdate()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public sLLVector3 Position;
|
||||
public ulong regionHandle;
|
||||
public float drawdistance;
|
||||
@@ -47,6 +45,6 @@ namespace OpenSim.Framework
|
||||
public float AVHeight;
|
||||
public Guid AgentID;
|
||||
public float godlevel;
|
||||
public byte[] throttles;
|
||||
public byte[] throttles;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user