Files
GameJamDungeon/Zennysoft.Game.Ma.Implementation/App/State/AppLogic.Data.cs

10 lines
164 B
C#

namespace Zennysoft.Game.Ma.Implementation;
public partial class AppLogic
{
public record Data
{
public bool ShouldLoadExistingGame { get; set; }
}
}