0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 01:50:45 -05:00

Made plugin classes public

This commit is contained in:
Dev 2024-08-26 12:20:28 +01:00
parent 9f90a9481d
commit 700020a23b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ using UnityEngine;
namespace SPT.Custom
{
[BepInPlugin("com.SPT.custom", "SPT.Custom", SPTPluginInfo.PLUGIN_VERSION)]
class SPTCustomPlugin : BaseUnityPlugin
public class SPTCustomPlugin : BaseUnityPlugin
{
public void Awake()
{

View File

@ -10,7 +10,7 @@ using BepInEx;
namespace SPT.SinglePlayer
{
[BepInPlugin("com.SPT.singleplayer", "spt.Singleplayer", SPTPluginInfo.PLUGIN_VERSION)]
class SPTSingleplayerPlugin : BaseUnityPlugin
public class SPTSingleplayerPlugin : BaseUnityPlugin
{
public void Awake()
{