mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Hide obsolete warnings (#476)
This commit is contained in:
parent
e7e890988d
commit
f746ba8b08
@ -37,8 +37,10 @@ public NetworkConnection(string networkAddress, int networkConnectionId)
|
||||
{
|
||||
address = networkAddress;
|
||||
connectionId = networkConnectionId;
|
||||
#pragma warning disable 618
|
||||
isConnected = true;
|
||||
hostId = 0;
|
||||
#pragma warning restore 618
|
||||
}
|
||||
|
||||
~NetworkConnection()
|
||||
|
Loading…
Reference in New Issue
Block a user