Пример #1
0
 void onTouchEyes(int eyeLR, int type)
 {
     if (Mibo.onTouchEyes != null)
     {
         Mibo.onTouchEyes(eyeLR, type);
     }
 }