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