Exemplo n.º 1
0
 protected override void OnDestroy()
 {
     this.DestroyRender3DRT();
     this.DestroyBackground();
     CMD_DigiGarden.instance = null;
     base.OnDestroy();
 }
Exemplo n.º 2
0
 protected override void Awake()
 {
     base.Awake();
     CMD_DigiGarden.instance = this;
     this.endDateTime        = ServerDateTime.Now;
 }