コード例 #1
0
ファイル: FSM.cs プロジェクト: Xujintao0519/CosmosFramework
 public bool HasState(FSMState <T> state)
 {
     return(HasState(state.GetType()));
 }