mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 09:50:43 -05:00
Made plugin classes public
This commit is contained in:
parent
9f90a9481d
commit
700020a23b
@ -9,7 +9,7 @@ using UnityEngine;
|
|||||||
namespace SPT.Custom
|
namespace SPT.Custom
|
||||||
{
|
{
|
||||||
[BepInPlugin("com.SPT.custom", "SPT.Custom", SPTPluginInfo.PLUGIN_VERSION)]
|
[BepInPlugin("com.SPT.custom", "SPT.Custom", SPTPluginInfo.PLUGIN_VERSION)]
|
||||||
class SPTCustomPlugin : BaseUnityPlugin
|
public class SPTCustomPlugin : BaseUnityPlugin
|
||||||
{
|
{
|
||||||
public void Awake()
|
public void Awake()
|
||||||
{
|
{
|
||||||
|
@ -10,7 +10,7 @@ using BepInEx;
|
|||||||
namespace SPT.SinglePlayer
|
namespace SPT.SinglePlayer
|
||||||
{
|
{
|
||||||
[BepInPlugin("com.SPT.singleplayer", "spt.Singleplayer", SPTPluginInfo.PLUGIN_VERSION)]
|
[BepInPlugin("com.SPT.singleplayer", "spt.Singleplayer", SPTPluginInfo.PLUGIN_VERSION)]
|
||||||
class SPTSingleplayerPlugin : BaseUnityPlugin
|
public class SPTSingleplayerPlugin : BaseUnityPlugin
|
||||||
{
|
{
|
||||||
public void Awake()
|
public void Awake()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user