remove unused thingies

This commit is contained in:
Mister_Nebula 2021-12-12 09:50:20 +00:00
parent 2f424bdf06
commit 126a4636fc

View File

@ -37,8 +37,6 @@ namespace QuantumUNET.Components
private static readonly QAddPlayerMessage s_AddPlayerMessage = new();
private static readonly QRemovePlayerMessage s_RemovePlayerMessage = new();
private static readonly QErrorMessage s_ErrorMessage = new();
private static AsyncOperation s_LoadingSceneAsync;
private static QNetworkConnection s_ClientReadyConnection;
private static string s_Address;
public bool customConfig { get; set; }
@ -373,7 +371,6 @@ namespace QuantumUNET.Components
{
if (!(singleton == null))
{
s_ClientReadyConnection = null;
singleton.StopHost();
singleton = null;
}