Example #1
0
 public static void CmdSyncNotifications()
 {
     if (IsServer)
     {
         CurrentPlayer.CmdSyncNotifications();
     }
 }