コード例 #1
0
        public HumanPrefabMapping()
        {
            _helper = MonitorHelper.Instance;
            _data   = HumanMonitorData.Instance;

            _mapping = new PrefabMapping <uint>();
        }
コード例 #2
0
        public HumanPrefabMapping()
        {
            _helper = MonitorHelper.Instance;
            _data = HumanMonitorData.Instance;

            _mapping = new PrefabMapping<uint>();
        }
コード例 #3
0
        public override void OnCreated(IThreading threading)
        {
            _helper        = MonitorHelper.Instance;
            _zombieManager = ZombieManager.instance;
            _initialized   = false;
            _terminated    = false;

            base.OnCreated(threading);
        }
コード例 #4
0
        public override void OnCreated(IThreading threading)
        {
            _helper = MonitorHelper.Instance;
            _zombieManager = ZombieManager.instance;
            _initialized = false;
            _terminated = false;

            base.OnCreated(threading);
        }
コード例 #5
0
            public override void OnCreated(ILoading loading)
            {
                _helper = MonitorHelper.Instance;

                _helper.GameLoaded = loading.loadingComplete;
            }
コード例 #6
0
            public override void OnCreated(ILoading loading)
            {
                _helper = MonitorHelper.Instance;

                _helper.GameLoaded = loading.loadingComplete;
            }