示例#1
0
 public GameObject GetEquipment(string name)
 {
     return(inventory.GetEquipment(name));
 }