public HoldTile() { StartPoint = new TilePoint(); EndPoint = StartPoint.Then(new TilePoint()); }
public TapTile() { PressPoint = new TilePoint(); }