// 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; } }