Beispiel #1
0
 public float Block(float damage, Vector3 position)
 {
     return(_shield.Block(damage, position));
 }
Beispiel #2
0
 public float Block(float damage, Vector3 position)
 {
     return(_deployed.Block(damage, position));
 }