Exemplo n.º 1
0
 public TileState CalculateState(int x, int y)
 {
     return(logic.CalculateState(this, x, y));
 }