コード例 #1
0
ファイル: MonsterFSM.cs プロジェクト: minseokyang/RPG
 public void OnMosterAttack()
 {
     playerFSM.ProcessDamage(attack);
 }