예제 #1
0
 void OnGoatYell(Event_GoatYell e)
 {
     if (Shaker != null)
     {
         Shaker.ShakeCamera(1, 1);
         Shaker.Decay();
     }
 }