mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
fixed obsolete comment
This commit is contained in:
parent
79708d94a2
commit
e467921377
@ -231,7 +231,7 @@ static void RemoveTransportHandlers()
|
||||
/// <summary>
|
||||
/// Obsolete: Use <see cref="Send{T}(T, int)"/> instead with no message id instead
|
||||
/// </summary>
|
||||
[EditorBrowsable(EditorBrowsableState.Never), Obsolete("Use SendMessage<T> instead with no message id instead")]
|
||||
[EditorBrowsable(EditorBrowsableState.Never), Obsolete("Use Send<T> instead with no message id instead")]
|
||||
public static bool Send(short msgType, MessageBase msg)
|
||||
{
|
||||
if (connection != null)
|
||||
|
Loading…
Reference in New Issue
Block a user