예제 #1
0
        void Awake()
        {
            m_DamageFlash = GetComponent <DamageOutlineFlash>();

            // <VENZELL> настройки в зависимости от текущего уровня
            int difficultyLevel = PlayerDataManager.s_Instance.difficultyLevel;

            npsDifficultyDetails = GameSettings.s_Instance.m_DifficultyLevelList.GetDifficultyLevelDetails(difficultyLevel);
        }
예제 #2
0
 private void Awake()
 {
     m_AttachedDecorations = new List <Decoration>();
     m_DamageFlash         = GetComponent <DamageOutlineFlash>();
 }
예제 #3
0
파일: Npc.cs 프로젝트: usernamejialu/tank
 void Awake()
 {
     m_DamageFlash = GetComponent <DamageOutlineFlash>();
 }