コード例 #1
0
ファイル: Flower.cs プロジェクト: pdxparrot/ggj2019
 public void BeetleHarvest(Beetle beetle)
 {
     FlowerBehavior.OnBeetleHarvest(beetle);
 }