mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-09-14 04:19:24 +00:00
* Resolve warnings and move shared props to Directory.Build.props and Directory.Packages.props * Cleanup more messages * Fix more messages * Fix build issues
5 lines
112 B
C#
5 lines
112 B
C#
namespace Daybreak.Shared.Models.Api;
|
|
public sealed record PartyLoadout(List<PartyLoadoutEntry> Entries)
|
|
{
|
|
}
|