map switching
This commit is contained in:
parent
359e0235f9
commit
fcd84d2c83
4 changed files with 35 additions and 6 deletions
|
@ -6,4 +6,5 @@ namespace TanksServer.Interactivity;
|
|||
[JsonSerializable(typeof(IEnumerable<Player>))]
|
||||
[JsonSerializable(typeof(Guid))]
|
||||
[JsonSerializable(typeof(NameId))]
|
||||
[JsonSerializable(typeof(Dictionary<int, string>))]
|
||||
internal sealed partial class AppSerializerContext : JsonSerializerContext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue