live player info in client
This commit is contained in:
parent
fb675e59ff
commit
a50a9770c9
14 changed files with 193 additions and 70 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);
|
Loading…
Add table
Add a link
Reference in a new issue