Co-authored-by: defnotken <itsdefnotken@gmail.com> Co-authored-by: cake <admin@cakeandbanana.nl> Reviewed-on: #88 Reviewed-by: cake <cake@noreply.git.lightless-sync.org> Co-authored-by: defnotken <defnotken@noreply.git.lightless-sync.org> Co-committed-by: defnotken <defnotken@noreply.git.lightless-sync.org>
7 lines
143 B
C#
7 lines
143 B
C#
namespace LightlessSync.UI.Models
|
|
{
|
|
public class CreditsFile
|
|
{
|
|
public List<CreditCategory> Credits { get; init; } = [];
|
|
}
|
|
} |