mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 12:06:37 +00:00
7 lines
125 B
C#
7 lines
125 B
C#
namespace Tutorials
|
|
{
|
|
public class PlatformConfig
|
|
{
|
|
public bool IsFullScreen { get; set; } = true;
|
|
}
|
|
} |