mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
12 lines
No EOL
337 B
C#
12 lines
No EOL
337 B
C#
using MelonLoader;
|
|
|
|
namespace NAK.PhysicsGunMod;
|
|
|
|
internal static class ModSettings
|
|
{
|
|
internal const string ModName = nameof(PhysicsGunMod);
|
|
internal const string ASM_SettingsCategory = "Physics Gun Mod";
|
|
|
|
private static readonly MelonPreferences_Category Category =
|
|
MelonPreferences.CreateCategory(ModName);
|
|
} |