コード例 #1
0
ファイル: Context.cs プロジェクト: MatasGos/BMAN
 public bool IsAlive()
 {
     return(currentState.IsAlive(this));
 }