예제 #1
0
 public static void triggerOnReady()
 {
     if (NetworkEvents.onReady != null)
     {
         NetworkEvents.onReady();
     }
 }