Example #1
0
 public TileState CalculateOutState(int x, int y, TileSide side)
 {
     return(logic.CalculateOutState(this, x, y, side));
 }