wabbajack/Wabbajack.Lib/SystemParameters.cs
2020-01-07 06:50:11 -07:00

9 lines
168 B
C#

namespace Wabbajack.Lib
{
public class SystemParameters
{
public int ScreenHeight { get; set; }
public int ScreenWidth { get; set; }
}
}