PlayerStatusDidUpdatedEvent constructor

PlayerStatusDidUpdatedEvent(
  1. int id,
  2. int status
)

Build a PlayerStatusDidUpdatedEvent Event triggered from the button represented by id.

Implementation

PlayerStatusDidUpdatedEvent(int id, this.status) : super(id);