TurnEvent constructor

TurnEvent(
  1. TurnType type,
  2. int angle
)

@brief Default constructor

Implementation

TurnEvent(this.type, this.angle);