Variable Action._state

class Action
{
  // ...
  ActionState _state = ActionState(cast(ubyte)3u);
  // ...
}