public void Reset()
 {
     Current = Root;
 }
 public MovesetHandler(ActionNode starter)
 {
     Root    = starter;
     Current = starter;
 }