Exemplo n.º 1
0
        void Awake()
        {
            OnLevelChange += SetLevelText;
            OnXPGain      += FillXpBar;

            OnXPGain();
        }
Exemplo n.º 2
0
 private void OnDisable()
 {
     OnLevelChange -= SetLevelText;
     OnXPGain      -= FillXpBar;
 }