示例#1
0
 public override void OnUpdate()
 {
     if (ActionHelpers.AnyKeyDown())
     {
         Fsm.Event(eventTarget, sendEvent);
     }
 }