mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00: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;
|
address = networkAddress;
|
||||||
connectionId = networkConnectionId;
|
connectionId = networkConnectionId;
|
||||||
|
#pragma warning disable 618
|
||||||
isConnected = true;
|
isConnected = true;
|
||||||
hostId = 0;
|
hostId = 0;
|
||||||
|
#pragma warning restore 618
|
||||||
}
|
}
|
||||||
|
|
||||||
~NetworkConnection()
|
~NetworkConnection()
|
||||||
|
Loading…
Reference in New Issue
Block a user