PieceDropEvent constructor

PieceDropEvent(
  1. SquareInfo from,
  2. SquareInfo to
)

Implementation

PieceDropEvent(this.from, this.to);