mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
docs: proper reference to non obsolete method
This commit is contained in:
parent
12f338e142
commit
4bc4ec86ea
@ -223,7 +223,7 @@ static void RemoveTransportHandlers()
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Obsolete: Use SendMessage<T> instead with no message id instead
|
/// Obsolete: Use <see cref="Send{T}(T, int)"/> instead with no message id instead
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[EditorBrowsable(EditorBrowsableState.Never), Obsolete("Use SendMessage<T> instead with no message id instead")]
|
[EditorBrowsable(EditorBrowsableState.Never), Obsolete("Use SendMessage<T> instead with no message id instead")]
|
||||||
public static bool Send(short msgType, MessageBase msg)
|
public static bool Send(short msgType, MessageBase msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user