Пример #1
0
 // Use this for initialization
 void Awake()
 {
     _animator   = GetComponent <Animator>();
     _controller = GetComponent <NightmareHunterController>();
 }
Пример #2
0
 protected void Start()
 {
     _characterController = GetComponent <NightmareHunterController>();
     _aiManager           = new NightmareHunterGateAiStateManager(this);
 }