コード例 #1
0
ファイル: PlayerController.cs プロジェクト: DanielMoraC/ARPG
 //Pick up the item
 public void PickUpItem(PickUp item)
 {
     item.GetItem();
 }