Esempio n. 1
0
 public static bool Damage(this ProtectedStats flags)
 {
     return(flags.HasThisFlag(ProtectedStats.Damage));
 }
Esempio n. 2
0
 public static bool Power(this ProtectedStats flags)
 {
     return(flags.HasThisFlag(ProtectedStats.Power));
 }
Esempio n. 3
0
 public static bool Attack(this ProtectedStats flags)
 {
     return(flags.HasThisFlag(ProtectedStats.Attack));
 }