/// <summary>Send the save state to all peers.</summary> public static void SyncWithPeers() { MultiplayerHelper.SendMessage(SaveState, Key); }
/// <summary>Send the configuration to all peers.</summary> public static void SyncWithPeers() { MultiplayerHelper.SendMessage(Config, Key); }