Esempio n. 1
0
 public override void OnAwake()
 {
     Utils.Log("Persistence: Init");
     Instance = this;
     base.OnAwake();
 }
 public override void OnAwake()
 {
     Utils.Log("[FFT Persistence]: Initialized");
     Instance = this;
     base.OnAwake();
 }