diff options
Diffstat (limited to 'OpenSim/Framework/AvatarAppearance.cs')
-rw-r--r-- | OpenSim/Framework/AvatarAppearance.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Framework/AvatarAppearance.cs b/OpenSim/Framework/AvatarAppearance.cs index 42cd6f9..cf9ff58 100644 --- a/OpenSim/Framework/AvatarAppearance.cs +++ b/OpenSim/Framework/AvatarAppearance.cs | |||
@@ -293,6 +293,16 @@ namespace OpenSim.Framework | |||
293 | return textu; | 293 | return textu; |
294 | } | 294 | } |
295 | 295 | ||
296 | public override String ToString() | ||
297 | { | ||
298 | String s = "[Wearables] =>"; | ||
299 | s += "Body Item: " + BodyItem.ToString() + ";"; | ||
300 | s += "Skin Item: " + SkinItem.ToString() + ";"; | ||
301 | s += "Shirt Item: " + ShirtItem.ToString() + ";"; | ||
302 | s += "Pants Item: " + PantsItem.ToString() + ";"; | ||
303 | return s; | ||
304 | } | ||
305 | |||
296 | protected AvatarAppearance(SerializationInfo info, StreamingContext context) | 306 | protected AvatarAppearance(SerializationInfo info, StreamingContext context) |
297 | { | 307 | { |
298 | //System.Console.WriteLine("AvatarAppearance Deserialize BGN"); | 308 | //System.Console.WriteLine("AvatarAppearance Deserialize BGN"); |