mirror of
https://github.com/tonytins/playbark.git
synced 2025-04-30 02:21:41 -04:00
8 lines
No EOL
201 B
C#
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; }
|
|
} |