leaky-ships/backend/LeakyShipsAPI/Model/Session.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
102 B
C#

namespace LeakyShipsAPI.Model;
public record Session(Guid Id, Player PlayerOne, Player PlayerTwo);