IntPlayerMsg constructor

IntPlayerMsg({
  1. int? playerId,
  2. int? value,
})

Implementation

IntPlayerMsg({
  this.playerId,
  this.value,
});