using Godot; namespace Cirno.Scripts.Resources; [GlobalClass] public partial class CreditsEntry : Resource { [Export] public string Name { get; private set; } [Export] public string Contribution { get; private set; } [Export] public LabelSettings CustomLabelSettings { get; private set; } }