mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
removing invalid cref
This commit is contained in:
parent
037ac55937
commit
f7b0b88247
@ -19,7 +19,6 @@ public void Dispose()
|
||||
/// <summary>
|
||||
/// Pool of NetworkReaders
|
||||
/// <para>Use this pool instead of <see cref="NetworkReader">NetworkReader</see> to reduce memory allocation</para>
|
||||
/// <para>Use <see cref="Capacity">Capacity</see> to change size of pool</para>
|
||||
/// </summary>
|
||||
public static class NetworkReaderPool
|
||||
{
|
||||
|
@ -16,7 +16,6 @@ public void Dispose()
|
||||
/// <summary>
|
||||
/// Pool of NetworkWriters
|
||||
/// <para>Use this pool instead of <see cref="NetworkWriter">NetworkWriter</see> to reduce memory allocation</para>
|
||||
/// <para>Use <see cref="Capacity">Capacity</see> to change size of pool</para>
|
||||
/// </summary>
|
||||
public static class NetworkWriterPool
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user