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