示例#1
0
 public Appearance()
 {
     _bodyStyle = ItemBodyStyle.Transparent;
     _color     = ItemColor.None;
 }
示例#2
0
 public Appearance()
 {
     _bodyStyle = ItemBodyStyle.Transparent;
     _color     = ItemColor.None;
     _hideBoots = false;
 }