Exemplo n.º 1
0
 public bool SetInvincible(PawnInvincibleKey key)
 {
     return _invincible.Add(key);
 }
Exemplo n.º 2
0
 public bool UnsetInvincible(PawnInvincibleKey key)
 {
     return _invincible.Remove(key);
 }
Exemplo n.º 3
0
 public bool HasInvincible(PawnInvincibleKey key)
 {
     return _invincible.Contains(key);
 }