diff options
author | lbsa71 | 2007-12-27 21:41:48 +0000 |
---|---|---|
committer | lbsa71 | 2007-12-27 21:41:48 +0000 |
commit | efd90b56b761219af6425b1c7a2cdd3b6ffb4de2 (patch) | |
tree | bf5b897e1e3c13211e3e2fc61d30508b94c928c0 /OpenSim/Framework/ChildAgentDataUpdate.cs | |
parent | * removed always true if (diff) | |
download | opensim-SC_OLD-efd90b56b761219af6425b1c7a2cdd3b6ffb4de2.zip opensim-SC_OLD-efd90b56b761219af6425b1c7a2cdd3b6ffb4de2.tar.gz opensim-SC_OLD-efd90b56b761219af6425b1c7a2cdd3b6ffb4de2.tar.bz2 opensim-SC_OLD-efd90b56b761219af6425b1c7a2cdd3b6ffb4de2.tar.xz |
* Optimized usings
* shortened references
* Removed redundant 'this'
* Normalized EOF
Diffstat (limited to 'OpenSim/Framework/ChildAgentDataUpdate.cs')
-rw-r--r-- | OpenSim/Framework/ChildAgentDataUpdate.cs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/OpenSim/Framework/ChildAgentDataUpdate.cs b/OpenSim/Framework/ChildAgentDataUpdate.cs index fb9a48f..32ce4ab 100644 --- a/OpenSim/Framework/ChildAgentDataUpdate.cs +++ b/OpenSim/Framework/ChildAgentDataUpdate.cs | |||
@@ -27,8 +27,6 @@ | |||
27 | */ | 27 | */ |
28 | 28 | ||
29 | using System; | 29 | using System; |
30 | using System.Collections.Generic; | ||
31 | using System.Text; | ||
32 | 30 | ||
33 | namespace OpenSim.Framework | 31 | namespace OpenSim.Framework |
34 | { | 32 | { |
@@ -37,8 +35,8 @@ namespace OpenSim.Framework | |||
37 | { | 35 | { |
38 | public ChildAgentDataUpdate() | 36 | public ChildAgentDataUpdate() |
39 | { | 37 | { |
40 | |||
41 | } | 38 | } |
39 | |||
42 | public sLLVector3 Position; | 40 | public sLLVector3 Position; |
43 | public ulong regionHandle; | 41 | public ulong regionHandle; |
44 | public float drawdistance; | 42 | public float drawdistance; |
@@ -47,6 +45,6 @@ namespace OpenSim.Framework | |||
47 | public float AVHeight; | 45 | public float AVHeight; |
48 | public Guid AgentID; | 46 | public Guid AgentID; |
49 | public float godlevel; | 47 | public float godlevel; |
50 | public byte[] throttles; | 48 | public byte[] throttles; |
51 | } | 49 | } |
52 | } | 50 | } \ No newline at end of file |