Credits screen

This commit is contained in:
MaddoScientisto 2025-03-09 16:34:19 +01:00
commit 90cc97c669
10 changed files with 210 additions and 8 deletions

View file

@ -6,7 +6,10 @@ namespace Cirno.Scripts.Resources;
public partial class CreditsEntry : Resource
{
[Export]
public string Name { get; set; }
public string Name { get; private set; }
[Export]
public string Contribution { get; set; }
public string Contribution { get; private set; }
[Export]
public LabelSettings CustomLabelSettings { get; private set; }
}