1
0
mirror of synced 2025-02-12 00:42:57 +01:00
GC-local-server-rewrite/Shared/Dto/Api/SecondPlayOptionDto.cs

8 lines
146 B
C#
Raw Normal View History

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