From 3b9cf652349327f7b255a850d5b966a9e3b9437e Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 11 Jul 2008 09:18:17 +0000 Subject: Update svn properties. --- OpenSim/Framework/AgentUpdateArgs.cs | 40 ++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'OpenSim/Framework/AgentUpdateArgs.cs') diff --git a/OpenSim/Framework/AgentUpdateArgs.cs b/OpenSim/Framework/AgentUpdateArgs.cs index 8709434..9e83ae1 100644 --- a/OpenSim/Framework/AgentUpdateArgs.cs +++ b/OpenSim/Framework/AgentUpdateArgs.cs @@ -1,21 +1,21 @@ -using System; -using libsecondlife; - -namespace OpenSim.Framework -{ - public class AgentUpdateArgs : EventArgs - { - public LLUUID AgentID; - public LLQuaternion BodyRotation; - public LLVector3 CameraAtAxis; - public LLVector3 CameraCenter; - public LLVector3 CameraLeftAxis; - public LLVector3 CameraUpAxis; - public uint ControlFlags; - public float Far; - public byte Flags; - public LLQuaternion HeadRotation; - public LLUUID SessionID; - public byte State; - } +using System; +using libsecondlife; + +namespace OpenSim.Framework +{ + public class AgentUpdateArgs : EventArgs + { + public LLUUID AgentID; + public LLQuaternion BodyRotation; + public LLVector3 CameraAtAxis; + public LLVector3 CameraCenter; + public LLVector3 CameraLeftAxis; + public LLVector3 CameraUpAxis; + public uint ControlFlags; + public float Far; + public byte Flags; + public LLQuaternion HeadRotation; + public LLUUID SessionID; + public byte State; + } } \ No newline at end of file -- cgit v1.1