コード例 #1
0
 public static string GetCurrentStateLabel(Skill fsm)
 {
     return(Labels.GetCurrentStateLabel(fsm));
 }