mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 18:45:53 +00:00
Roguelike map
This commit is contained in:
parent
a005e3c480
commit
e1496c9228
18 changed files with 226 additions and 101 deletions
|
|
@ -6,6 +6,7 @@ namespace Cirno.Scripts.Utils;
|
|||
|
||||
public class SessionSettings
|
||||
{
|
||||
public GameMode GameMode { get; set; } = GameMode.Game;
|
||||
public bool SkipDialogues { get; set; } = false;
|
||||
public bool GodMode { get; set; } = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue