switched generic type to object for preferences, no longer using marker interface.
This commit is contained in:
parent
e0959b2578
commit
0f3cf08e75
@ -3,7 +3,7 @@ using RecrownedAthenaeum.Persistence;
|
|||||||
|
|
||||||
namespace RecrownedAthenaeum.Preferences
|
namespace RecrownedAthenaeum.Preferences
|
||||||
{
|
{
|
||||||
public class Controls : Persistence.Preferences
|
public class Controls
|
||||||
{
|
{
|
||||||
public Keys Forward = Keys.Up;
|
public Keys Forward = Keys.Up;
|
||||||
public Keys Backward = Keys.Down;
|
public Keys Backward = Keys.Down;
|
||||||
|
@ -5,7 +5,7 @@ using RecrownedAthenaeum.Persistence;
|
|||||||
|
|
||||||
namespace RecrownedAthenaeum.Preferences
|
namespace RecrownedAthenaeum.Preferences
|
||||||
{
|
{
|
||||||
public class General : Persistence.Preferences
|
public class General
|
||||||
{
|
{
|
||||||
public Resolution Resolution = new Resolution(1920, 1080);
|
public Resolution Resolution = new Resolution(1920, 1080);
|
||||||
public bool Fullscreen = false;
|
public bool Fullscreen = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user