예제 #1
0
 public HoldTile()
 {
     StartPoint = new TilePoint();
     EndPoint   = StartPoint.Then(new TilePoint());
 }
예제 #2
0
파일: TapTile.cs 프로젝트: Shimae/Hitokori
 public TapTile()
 {
     PressPoint = new TilePoint();
 }