예제 #1
0
 void Awake()
 {
     earthquake = GameObject.Find("EarthquakeEffect").GetComponent<EarthquakeEffect>();
 }
예제 #2
0
 void Awake()
 {
     earthquake = GameObject.Find("EarthquakeEffect").GetComponent <EarthquakeEffect>();
 }