Exemple #1
0
 public virtual void Defense() => _behavior.Defense();
 public void Defense()
 {
     _behavior.Defense();
 }