Files
zfxaction26_2/src/ReactorMaintenance.Godot/Data/CampaignManifest.cs

6 lines
180 B
C#

namespace ReactorMaintenance.Godot.Data;
public sealed record CampaignManifest
{
public IReadOnlyList<CampaignLevel> Levels { get; init; } = Array.Empty<CampaignLevel>();
}