コード例 #1
0
 public static bool BlockedFromCommands(Character c)
 {
     return(JobLogic.is_beginner_job(c.Stats.nJob));
 }