TurnEvent constructor

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

Default constructor.

Implementation

TurnEvent(this.type, this.angle);