session settings

This commit is contained in:
Maddo 2025-02-27 08:37:55 +01:00
commit 62aae84e8f
9 changed files with 37 additions and 1 deletions

View 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;}
}

View file

@ -0,0 +1 @@
uid://djtfoik0lusp