示例#1
0
 private bool _IsValidItem(Item itm)
 {
     return(_currentBody.AddBodypart(itm.Type));
 }