mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 10:55:55 +00:00
Credits resource
This commit is contained in:
parent
f91df43caa
commit
3fbadeecd7
5 changed files with 47 additions and 0 deletions
12
Scripts/Resources/CreditsEntry.cs
Normal file
12
Scripts/Resources/CreditsEntry.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.Resources;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class CreditsEntry : Resource
|
||||
{
|
||||
[Export]
|
||||
public string Name { get; set; }
|
||||
[Export]
|
||||
public string Contribution { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue