leaky-ships/backend/LeakyShipsAPI/Model/Player.cs
aronmal cf92993e8a
Corrected project name
Replaced "Sinky" with "Leaky" in the backend
2022-08-06 22:30:25 +02:00

3 lines
No EOL
78 B
C#

namespace LeakyShipsAPI.Model;
public record Player(Guid Id, string Name);