1
0
mirror of synced 2024-11-24 06:20:12 +01:00
GC-local-server-rewrite/Shared/Dto/Api/SecondPlayOptionDto.cs

8 lines
146 B
C#
Raw Normal View History

2023-02-17 18:29:20 +01:00
namespace Shared.Dto.Api;
2023-02-16 17:38:01 +01:00
public class SecondPlayOptionDto
{
public long CardId { get; set; }
public long NavigatorId { get; set; }
}