Example #1
0
 private void Start()
 {
     this.controller = base.GetComponent <TITAN_CONTROLLER>();
     foreach (HERO hero in FengGameManagerMKII.heroes)
     {
         if (hero.photonView.owner == this.basePV.owner)
         {
             hero.horse = this;
             break;
         }
     }
 }
Example #2
0
 private void Start()
 {
     this.controller = base.gameObject.GetComponent <TITAN_CONTROLLER>();
 }
Example #3
0
 private void Start()
 {
     controller = gameObject.GetComponent <TITAN_CONTROLLER>();
 }