public abstract void OnCheckingPlayerHand(PawnSendingHandCallback callback);
 // This event is sent to the UI whenever a player draws a new hand
 public override void OnCheckingPlayerHand(PawnSendingHandCallback callback)
 {
     throw new NotImplementedException();
 }