register() public static method

public static register ( BigBadGuy, bbg ) : void
bbg BigBadGuy,
return void
Exemplo n.º 1
0
 void Awake()
 {
     _iTP = this.gameObject.GetComponent <iTweenPath> ();
     EnemiesManager.register(this);
 }