Esempio n. 1
0
 void OnEnable()
 {
     if (arcane_missile == null)
     {
         arcane_missile = ArcaneMissile.singleton;
         SetRuneCostText();
     }
     SetTempVariables();
     SetRemainingShards();
     SetDmgText();
     SetButtonInteractability();
 }
Esempio n. 2
0
 void Awake()
 {
     singleton = this;
 }
Esempio n. 3
0
 void Start()
 {
     arcane_missile = ArcaneMissile.singleton;
 }