Esempio n. 1
0
 public bool ExecuteUnitGround(PartialGameGround execute_ground, int execute_index)
 {
     if (!IsAccessible(execute_ground))
     {
         throw new InvalidPlayerAccessException();
     }
     return(true);
 }
Esempio n. 2
0
 public bool IsAccessible(PartialGameGround ground)
 {
     return(this.ground.Value.Equals(ground));
 }