mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-09-21 15:54:59 +00:00
5 lines
125 B
C#
5 lines
125 B
C#
namespace Daybreak.Shared.Models.Api;
|
|
public sealed record AttributeEntry(uint Id, uint BasePoints, uint TotalPoints)
|
|
{
|
|
}
|