mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 10:09:31 +00:00
DebugSettings: use MemberSerialization.OptIn so it only deserializes fields/properties with JsonPropertyAttribute
This commit is contained in:
parent
1924dd6899
commit
1f41cf8c32
@ -2,6 +2,7 @@
|
||||
|
||||
namespace QSB.Utility
|
||||
{
|
||||
[JsonObject(MemberSerialization.OptIn)]
|
||||
public class DebugSettings
|
||||
{
|
||||
[JsonProperty("useKcpTransport")]
|
||||
|
Loading…
Reference in New Issue
Block a user