live player info in client
This commit is contained in:
parent
fb675e59ff
commit
a50a9770c9
14 changed files with 192 additions and 69 deletions
3
tanks-backend/TanksServer/Models/PlayerInfo.cs
Normal file
3
tanks-backend/TanksServer/Models/PlayerInfo.cs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
namespace TanksServer.Models;
|
||||
|
||||
internal sealed record class PlayerInfo(string Name, Scores Scores, PlayerControls Controls);
|
||||
Reference in a new issue