Exemple #1
0
 private void Awake()
 {
     Instance = this;
     GameObject.DontDestroyOnLoad(this.gameObject);
 }
Exemple #2
0
 private void Start()
 {
     this.economyMan = EconomyMan.Instance;
 }