mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
ensure reader is only initialized once
This commit is contained in:
parent
71ea8291d4
commit
b57bbf4ec7
@ -6,7 +6,7 @@ namespace Mirror
|
|||||||
{
|
{
|
||||||
public class NetworkReader
|
public class NetworkReader
|
||||||
{
|
{
|
||||||
BinaryReader reader;
|
readonly BinaryReader reader;
|
||||||
|
|
||||||
public NetworkReader(byte[] buffer)
|
public NetworkReader(byte[] buffer)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user