コード例 #1
0
ファイル: Player.cs プロジェクト: XBagon/TextStone
 public void ExecuteAttack(IAttacker target)
 {
     AttackEvent.Call(new AttackEventArgs(this, target));
 }