예제 #1
0
        protected override void Unload()
        {
            Instance = null;
            Loader.Unloaded(Name, Assembly.GetName().Version);

            StopCoroutine(Broadcast());

            Destroy(WarpsService);
        }