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