コード例 #1
0
ファイル: Enemy.cs プロジェクト: Penjat/SQuest
 public void WasPressed()
 {
     _delegate.EnemyPressed(this);
 }