100 commit!
This commit is contained in:
parent
e3c9630c83
commit
87878820af
1 changed files with 18 additions and 0 deletions
|
@ -9,5 +9,23 @@ namespace DangerousD.GameCore.Managers
|
||||||
{
|
{
|
||||||
internal class SettingsManager
|
internal class SettingsManager
|
||||||
{
|
{
|
||||||
|
public isFullScreen =false;
|
||||||
|
public void SetResolution()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
public void SetMainVolume()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
public void SetMusicVolume()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
public void SetIsFullScreen(bool isFullScreen)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue