Example #1
0
 public void Unprotect(Shield shield)
 {
     CoveringShield = null;
 }
Example #2
0
 public void Unprotect(Shield shield)
 {
     CoveringShield = null;
 }
Example #3
0
 public void Protect(Shield shield)
 {
     CoveringShield = shield;
 }
Example #4
0
 public void Protect(Shield shield)
 {
     CoveringShield = shield;
 }