예제 #1
0
 public void Apply(IGate gate)
 {
     gate.ApplyTo(ref _states[_currentStateIdx], ref backState);
     swapStates();
 }