예제 #1
0
파일: OldBattle.cs 프로젝트: w1r2p1/unitrpg
 public bool IsComplete()
 {
     return(_objective.IsComplete(this));
 }