Ejemplo n.º 1
0
 public Dictionary <Type, List <PlayerState> > getStateList()
 {
     return(mStateMachine.getStateList());
 }
Ejemplo n.º 2
0
 public SafeDeepDictionary <Type, SafeDeepList <PlayerState> > getStateList()
 {
     return(mStateMachine.getStateList());
 }