Files
asesidaa_GC-local-server-re…/SharedProject/models/UserDetail.cs
T

3 lines
116 B
C#

namespace SharedProject.models;
public record UserDetail(long CardId, string PlayerName, PlayOption PlayOption);