コード例 #1
0
ファイル: PetBrain.cs プロジェクト: toficofi/Feed-My-Pet
 void FoodEaten(FoodObject food)
 {
     food.Eaten();
     Destroy(food.gameObject);
 }