Example #1
0
 public PerceptionState GetPerception(UnitType toSee)
 {
     return(boardData.units[toSee].perceptionData);
 }
Example #2
0
 public UnitBase GetUnit(UnitType toGet)
 {
     return(boardData.units[toGet]);
 }
Example #3
0
 public void UnitPerceives(UnitType toSee)
 {
     boardData.UnitPercieves(toSee);
 }