Esempio n. 1
0
 void Awake()
 {
     Singleton    = this;
     currentMoney = StartingMoney;
     MoneyChanged = new IntIntEvent();
 }