Exemple #1
0
 public static void triggerOnHosted()
 {
     if (NetworkEvents.onHosted != null)
     {
         NetworkEvents.onHosted();
     }
 }