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