Exemple #1
0
 public static void RuntimeError(SkillStateAction action, string error)
 {
     action.LogError(action + " : " + error);
 }