Exemple #1
0
 public void Start()
 {
     SkillList = new List <ISkill>();
     _radar    = gameObject.GetComponentInChildren <FieldOfViewController2D>();
     _player   = GameObject.FindGameObjectWithTag("CharCollisionBody");
     SkillList.Add(new Shot(gameObject.GetComponentInChildren <HomingProjectileLauncher2D>()));
 }