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