示例#1
0
        protected void OnDisable()
        {
#if GAME
            if (!parsedGuid.Equals(System.Guid.Empty))
            {
                WeatherEventListenerManager.removeListener(parsedGuid, this);
            }
#endif
        }