Exemplo n.º 1
0
 public static int Main()
 {
     return(HasSkillRank.Check(9, "OR") ? 1 : 0);
 }
Exemplo n.º 2
0
 public static int Main()
 {
     return(HasSkillRank.Check(5, "OR") ? TRUE : FALSE);
 }
Exemplo n.º 3
0
 public static int Main()
 {
     return HasSkillRank.Check(7, "OR") ? TRUE : FALSE;
 }