示例#1
0
 public MiscDot(MiscRectangle parentItem, Board board, int x, int y)
     : base(board, x, y)
 {
     this.parentItem = parentItem;
 }
示例#2
0
文件: MiscDot.cs 项目: Aeopp/Github
 public MiscDot(MiscRectangle parentItem, Board board, int x, int y)
     : base(board, x, y)
 {
     this.parentItem = parentItem;
 }