Exemplo n.º 1
0
 private void Start()
 {
     Pauser.AddList(this);
     behaviour = GetComponent <Behaviour>();
 }
Exemplo n.º 2
0
 protected void Initialize()
 {
     Pauser.AddList(this);
     behaviour     = GetComponent <Behaviour>();
     physicsEngine = GetComponent <Rigidbody2D>();
 }