void Destroy() { #if CALABASH_UNITY httpServer.Destroy(); httpServer = null; #endif }
void Awake() { #if CALABASH_UNITY Instance = this; httpServer = new Calabash.HttpServer(); #endif }