Пример #1
0
 void Destroy()
 {
             #if CALABASH_UNITY
     httpServer.Destroy();
     httpServer = null;
             #endif
 }
Пример #2
0
 void Awake()
 {
             #if CALABASH_UNITY
     Instance   = this;
     httpServer = new Calabash.HttpServer();
             #endif
 }