Exemplo n.º 1
0
 public MinimapDot(MapleEmptyRectangle rect, Board board, int x, int y)
     : base(board, x, y)
 {
     this.rect = rect;
 }
Exemplo n.º 2
0
 public MinimapDot(MapleEmptyRectangle rect, Board board, int x, int y)
     : base(board, x, y)
 {
     this.rect = rect;
 }