roketto-launch/Models/NewFormModel.cs
2024-08-06 21:27:08 +01:00

10 lines
180 B
C#

namespace RokettoLaunch.Models
{
public class NewFormModel
{
public int ColumnCount { get; set; } = 8;
public int GroupCount { get; set; } = 1;
}
}