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