Пример #1
0
 void Awake()
 {
     movementController = this.GetComponent <Predator3rdPersonMovementController>();
     attackController   = this.GetComponent <Predator3rdPersonalAttackController>();
     //fetchController = this.GetComponent<Predator3rdPersonalFetchController>();
     JumpController = this.GetComponent <Predator3rdPersonalJumpController>();
 }
Пример #2
0
 void Awake()
 {
     movementController = this.GetComponent<Predator3rdPersonMovementController>();
     attackController = this.GetComponent<Predator3rdPersonalAttackController>();
     //fetchController = this.GetComponent<Predator3rdPersonalFetchController>();
     JumpController = this.GetComponent<Predator3rdPersonalJumpController>();
 }
Пример #3
0
 void Awake()
 {
     attackController = this.GetComponent<Predator3rdPersonalAttackController> ();
 }
Пример #4
0
 // Use this for initialization
 void Awake()
 {
     attackController   = GetComponent <Predator3rdPersonalAttackController>();
     predatorPlayerUnit = GetComponent <Predator3rdPersonalUnit>();
     playerStatus       = GetComponent <PredatorPlayerStatus>();
 }
 void Awake()
 {
     attackController = this.GetComponent <Predator3rdPersonalAttackController> ();
 }
Пример #6
0
 // Use this for initialization
 void Awake()
 {
     GUIBound         = Util.GetScreenOccupancy(ScreenOccupancy);
     attackController = GetComponent <Predator3rdPersonalAttackController>();
 }
Пример #7
0
 // Use this for initialization
 void Awake()
 {
     attackController = GetComponent<Predator3rdPersonalAttackController>();
     predatorPlayerUnit = GetComponent<Predator3rdPersonalUnit>();
     playerStatus = GetComponent<PredatorPlayerStatus>();
 }
Пример #8
0
 // Use this for initialization
 void Awake()
 {
     GUIBound = Util.GetScreenOccupancy(ScreenOccupancy);
     attackController = GetComponent<Predator3rdPersonalAttackController>();
 }