Пример #1
0
 public MinimapDot(MapleEmptyRectangle rect, Board board, int x, int y)
     : base(board, x, y)
 {
     this.rect = rect;
 }
Пример #2
0
 public MinimapDot(MapleEmptyRectangle rect, Board board, int x, int y)
     : base(board, x, y)
 {
     this.rect = rect;
 }