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