changelog cleanup, credits tab
This commit is contained in:
@@ -35,4 +35,9 @@ namespace LightlessSync.UI.Models
|
||||
public string Name { get; init; } = string.Empty;
|
||||
public string Role { get; init; } = string.Empty;
|
||||
}
|
||||
|
||||
public class CreditsFile
|
||||
{
|
||||
public List<CreditCategory> Credits { get; init; } = new();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user