Beispiel #1
0
 void LoadEffectQuaking()
 {
     Effect = () => {
         dd.StartCoroutine(dd.Quake());
     };
 }