Beispiel #1
0
 public override void OnAwake()
 {
     // Cachear para acceder más rápido
     gameManager = CTFGameManager.instance;
 }
Beispiel #2
0
 public void Awake()
 {
     instance = this;
 }
Beispiel #3
0
 public void Awake()
 {
     instance = this;
 }
Beispiel #4
0
 public void Start()
 {
     // Se cachea el gestor del juego par acceder más rápido
     gameManager = CTFGameManager.instance;
     behaviors   = GetComponents <Behavior>();
 }
Beispiel #5
0
 public void Start()
 {
     // cache for quick lookup
     gameManager = CTFGameManager.instance;
     behaviors   = GetComponents <Behavior>();
 }
Beispiel #6
0
 public override void OnAwake()
 {
     // cache for quick lookup
     gameManager = CTFGameManager.instance;
 }
Beispiel #7
0
 public override void OnAwake()
 {
     // cache for quick lookup
     gameManager = CTFGameManager.instance;
 }