コード例 #1
0
 public Dictionary <Type, List <PlayerState> > getStateList()
 {
     return(mStateMachine.getStateList());
 }
コード例 #2
0
 public SafeDeepDictionary <Type, SafeDeepList <PlayerState> > getStateList()
 {
     return(mStateMachine.getStateList());
 }