Пример #1
0
 void OnEnable()
 {
     if (this.core == null)
     {
         this.core = new core.Core("", this.domain);
     }
 }
Пример #2
0
 void Destroy()
 {
     this.core.Dispose();
     this.core = null;
 }