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>
8 lines
193 B
C#
8 lines
193 B
C#
namespace LightlessSync.UI.Models
|
|
{
|
|
public class CreditItem
|
|
{
|
|
public string Name { get; init; } = string.Empty;
|
|
public string Role { get; init; } = string.Empty;
|
|
}
|
|
} |