mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-06 06:25:54 +00:00
session settings
This commit is contained in:
parent
c20f90ab8b
commit
62aae84e8f
9 changed files with 37 additions and 1 deletions
15
Scripts/Utils/SessionSettings.cs
Normal file
15
Scripts/Utils/SessionSettings.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Cirno.Scripts.Utils;
|
||||
|
||||
public class SessionSettings
|
||||
{
|
||||
public bool SkipDialogues { get; set; } = false;
|
||||
public bool GodMode { get; set; } = false;
|
||||
|
||||
public Dictionary<string,int> Items {get;set;} = new();
|
||||
|
||||
public float Health {get;set;}
|
||||
public float Shield {get;set;}
|
||||
}
|
||||
1
Scripts/Utils/SessionSettings.cs.uid
Normal file
1
Scripts/Utils/SessionSettings.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://djtfoik0lusp
|
||||
Loading…
Add table
Add a link
Reference in a new issue