10 lines
164 B
C#
10 lines
164 B
C#
namespace Zennysoft.Game.Ma.Implementation;
|
|
|
|
public partial class AppLogic
|
|
{
|
|
public record Data
|
|
{
|
|
public bool ShouldLoadExistingGame { get; set; }
|
|
}
|
|
}
|