Exemplo n.º 1
0
 public static string GetCurrentStateLabel(Skill fsm)
 {
     return(Labels.GetCurrentStateLabel(fsm));
 }