Beispiel #1
0
 private void Awake()
 {
     onLearnSkill += AddSkill;
 }
Beispiel #2
0
 private void OnDisable()
 {
     onLearnSkill -= AddSkill;
 }