Пример #1
0
 void LoadEffectQuivering()
 {
     Effect = () => {
         dd.StartCoroutine(dd.Quiver());
     };
 }