コード例 #1
0
 public bool TryInteract(Item.Item item)
 {
     return(item.TryInteract(this));
 }