mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
comment out unused function
This commit is contained in:
parent
2c54ab3722
commit
d42c13ad15
@ -211,7 +211,6 @@ void GenerateDisconnectError(byte error)
|
||||
Debug.LogError("UNet Client Disconnect Error: " + disconnectError);
|
||||
GenerateError(error);
|
||||
}
|
||||
*/
|
||||
|
||||
void GenerateError(byte error)
|
||||
{
|
||||
@ -235,6 +234,7 @@ void GenerateError(byte error)
|
||||
msgDelegate(netMsg);
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
[Obsolete("Use NetworkTime.rtt instead")]
|
||||
public float GetRTT()
|
||||
|
Loading…
Reference in New Issue
Block a user