void Awake()
 {
     instance = this;
     //levelUp = gameObject.GetComponent<KingsLevelUp>();
 }
Exemple #2
0
 void Awake()
 {
     instance = this;
 }