Switches to Kestrel (#102)
This commit is contained in:
parent
70fddfebde
commit
2c0d97cd36
141 changed files with 1040 additions and 1679 deletions
|
|
@ -29,7 +29,7 @@ namespace Server
|
|||
{
|
||||
public sealed class BinaryFileReader : IGenericReader
|
||||
{
|
||||
private BinaryReader m_File;
|
||||
private readonly BinaryReader m_File;
|
||||
|
||||
public BinaryFileReader(BinaryReader br) => m_File = br;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue