コード例 #1
0
ファイル: MinimapDot.cs プロジェクト: kokose1234/HaSuite
 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;
 }