mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 14:45:53 +00:00
Credits screen
This commit is contained in:
parent
6d572503cb
commit
90cc97c669
10 changed files with 210 additions and 8 deletions
|
|
@ -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; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue