VideoTamperPatch, configurable outside of the BepInEx config

This commit is contained in:
2025-08-20 15:40:39 -04:00
parent 95cfd7ebb0
commit b796a6b075
7 changed files with 104 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
namespace undead_universal_patch_il2cpp.Core.Config;
public class BaseOptionConfig
{
public bool Enabled { get; set; } = false;
}