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

8 lines
146 B
C#

namespace Shared.Dto.Api;
public class SecondPlayOptionDto
{
public long CardId { get; set; }
public long NavigatorId { get; set; }
}