cleanup: Fixes bugs and cleans up code (#660)
This commit is contained in:
parent
1de0b656a9
commit
679e8100f4
99 changed files with 160 additions and 346 deletions
|
|
@ -23,6 +23,10 @@ namespace Server
|
|||
public int Version { get; }
|
||||
public bool EncodedVersion { get; }
|
||||
|
||||
public SerializableAttribute(int version, bool encodedVersion = true) => Version = version;
|
||||
public SerializableAttribute(int version, bool encodedVersion = true)
|
||||
{
|
||||
Version = version;
|
||||
EncodedVersion = encodedVersion;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue