forked from zombieb/undead-universal-patch-il2cpp
6 lines
134 B
C#
6 lines
134 B
C#
namespace undead_universal_patch_il2cpp.Core.Config;
|
|
|
|
public class BaseOptionConfig
|
|
{
|
|
public bool Enabled { get; set; } = false;
|
|
} |