예제 #1
0
파일: Context.cs 프로젝트: MatasGos/BMAN
 public bool IsAlive()
 {
     return(currentState.IsAlive(this));
 }