예제 #1
0
파일: StateBase.cs 프로젝트: buzzler/slcore
 public virtual void Dispose()
 {
     StateMachine = null;
 }
예제 #2
0
파일: StateBase.cs 프로젝트: buzzler/slcore
 public StateBase(StateMachineBase stateMachine)
 {
     StateMachine = stateMachine;
 }