controls string on server side

This commit is contained in:
Vinzenz Schroeter 2024-04-22 20:13:31 +02:00
parent 603a53eef7
commit 7bc45d1d58
3 changed files with 22 additions and 27 deletions

View file

@ -10,6 +10,6 @@ internal sealed record class TankInfo(
internal sealed record class PlayerInfo(
string Name,
Scores Scores,
PlayerControls Controls,
string Controls,
TankInfo? Tank
);