예제 #1
0
 private void OnDisable()
 {
     if (curParentState != null)
     {
         curParentState = null;
     }
 }
예제 #2
0
 protected virtual void Start()
 {
     curParentState = charParentState;
     charParentState.StateStart();
 }