示例#1
0
        protected void OnEnable()
        {
#if GAME
            if (System.Guid.TryParse(WeatherAssetGuid, out parsedGuid))
            {
                WeatherEventListenerManager.addListener(parsedGuid, this);
            }
            else
            {
                parsedGuid = System.Guid.Empty;
                UnturnedLog.warn("{0} unable to parse weather asset guid", transform.GetSceneHierarchyPath());
            }
#endif
        }