Files
GameJamDungeon/Zennysoft.Game.Ma.Implementation/App/State/AppLogic.Data.cs
2025-03-08 13:49:46 -08:00

10 lines
158 B
C#

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