playbark/Config.cs

8 lines
No EOL
201 B
C#

// I hereby waive this project under the public domain - see UNLICENSE for details.
namespace PlayBark;
internal class Config
{
public int Width { get; set; }
public int Height { get; set; }
}