BigBadGuy.Awake C# (CSharp) Méthode

Awake() public méthode

public Awake ( ) : void
Résultat void
    void Awake ()
    {
        _iTP = this.gameObject.GetComponent<iTweenPath> ();
        EnemiesManager.register(this);
    }