コード例 #1
0
 private Player(Point point) {
   this.point = point;
   this.id = IDMaker.getMaker().getId(this);
 }
コード例 #2
0
 private Button(Point point) {
   this.point = point;
   this.id = IDMaker.getMaker().getId(this);
 }