Files
GameJamDungeon/Zennysoft.Game.Ma.Implementation/App/State/AppLogic.Data.cs
2025-03-09 12:24:30 -07:00

10 lines
152 B
C#

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