Exemple #1
0
 public static Dictionary <object, List <SimpleAction> > PanelActions(this StateMachineController stateMachineController)
 {
     return((Dictionary <object, List <SimpleAction> >)stateMachineController.GetFieldValue("panelActions"));
 }