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