EffectAddToHand constructor

const EffectAddToHand(
  1. int player,
  2. int piece
)

Implementation

const EffectAddToHand(this.player, this.piece);