Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     if (GameManager.GM.hasIce)
     {
         Destroy(gameObject);
     }
     base.Start();
     launch = GetComponent <MonsterLaunch>();
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     if (GameManager.GM.hasTeleport)
     {
         Destroy(gameObject);
     }
     base.Start();
     setTime = _setTime;
     launch  = GetComponent <MonsterLaunch>();
 }
Exemplo n.º 3
0
 protected void Start()
 {
     base.Start();
     monsterLaunch = transform.GetComponentInChildren <MonsterLaunch>();
 }
Exemplo n.º 4
0
 // Use this for initialization
 void Start()
 {
     base.Start();
     launch = GetComponent <MonsterLaunch>();
 }