VideoTamperPatch, configurable outside of the BepInEx config
This commit is contained in:
6
Core/Config/BaseOptionConfig.cs
Normal file
6
Core/Config/BaseOptionConfig.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace undead_universal_patch_il2cpp.Core.Config;
|
||||
|
||||
public class BaseOptionConfig
|
||||
{
|
||||
public bool Enabled { get; set; } = false;
|
||||
}
|
||||
Reference in New Issue
Block a user