From b2eb26e4babbf87c8db84e67de116ef145feb2d6 Mon Sep 17 00:00:00 2001 From: MW Date: Tue, 29 May 2007 09:16:18 +0000 Subject: number of changes --- Common/OpenSim.Framework/Types/AgentWearable.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Common/OpenSim.Framework/Types/AgentWearable.cs (limited to 'Common/OpenSim.Framework/Types') diff --git a/Common/OpenSim.Framework/Types/AgentWearable.cs b/Common/OpenSim.Framework/Types/AgentWearable.cs new file mode 100644 index 0000000..b7fbe3c --- /dev/null +++ b/Common/OpenSim.Framework/Types/AgentWearable.cs @@ -0,0 +1,18 @@ +using System; +using System.Collections.Generic; +using System.Text; +using libsecondlife; + +namespace OpenSim.Framework.Types +{ + public class AvatarWearable + { + public LLUUID AssetID = new LLUUID("00000000-0000-0000-0000-000000000000"); + public LLUUID ItemID = new LLUUID("00000000-0000-0000-0000-000000000000"); + + public AvatarWearable() + { + + } + } +} -- cgit v1.1