mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Remove unused variable
This commit is contained in:
parent
6a80f77e6d
commit
757cafe0a7
@ -141,9 +141,6 @@ public void TestWritingAndReading()
|
||||
writer.WriteBytesAndSize(new byte[] { 19, 20, 21 }, 1, 2); // buffer, offset, count
|
||||
writer.WriteBytesAndSize(new byte[] { 22, 23 }, 0, 2); // size, buffer
|
||||
|
||||
byte[] data = writer.ToArray();
|
||||
|
||||
|
||||
// read them
|
||||
NetworkReader reader = new NetworkReader(writer.ToArray());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user