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/AvatarWearingArgs.cs | 70 +++++++++++++++++----------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'OpenSim/Framework/AvatarWearingArgs.cs') diff --git a/OpenSim/Framework/AvatarWearingArgs.cs b/OpenSim/Framework/AvatarWearingArgs.cs index 2e64601..e85df1c 100644 --- a/OpenSim/Framework/AvatarWearingArgs.cs +++ b/OpenSim/Framework/AvatarWearingArgs.cs @@ -1,36 +1,36 @@ -using System; -using System.Collections.Generic; -using libsecondlife; - -namespace OpenSim.Framework -{ - public class AvatarWearingArgs : EventArgs - { - private List m_nowWearing = new List(); - - /// - /// - /// - public List NowWearing - { - get { return m_nowWearing; } - set { m_nowWearing = value; } - } - - #region Nested type: Wearable - - public class Wearable - { - public LLUUID ItemID = new LLUUID("00000000-0000-0000-0000-000000000000"); - public byte Type = 0; - - public Wearable(LLUUID itemId, byte type) - { - ItemID = itemId; - Type = type; - } - } - - #endregion - } +using System; +using System.Collections.Generic; +using libsecondlife; + +namespace OpenSim.Framework +{ + public class AvatarWearingArgs : EventArgs + { + private List m_nowWearing = new List(); + + /// + /// + /// + public List NowWearing + { + get { return m_nowWearing; } + set { m_nowWearing = value; } + } + + #region Nested type: Wearable + + public class Wearable + { + public LLUUID ItemID = new LLUUID("00000000-0000-0000-0000-000000000000"); + public byte Type = 0; + + public Wearable(LLUUID itemId, byte type) + { + ItemID = itemId; + Type = type; + } + } + + #endregion + } } \ No newline at end of file -- cgit v1.1