Пример #1
0
 void onFaceSpeaker(float direction)
 {
     if (Mibo.onFaceSpeaker != null)
     {
         Mibo.onFaceSpeaker(direction);
     }
 }