コード例 #1
0
 public override void OnAwake()
 {
     Utils.Log("Persistence: Init");
     Instance = this;
     base.OnAwake();
 }
コード例 #2
0
 public override void OnAwake()
 {
     Utils.Log("[FFT Persistence]: Initialized");
     Instance = this;
     base.OnAwake();
 }