コード例 #1
0
ファイル: OldBattle.cs プロジェクト: w1r2p1/unitrpg
 public bool IsFailed()
 {
     return(_objective.IsFailed(this));
 }