Skip to content
GrOmAmG edited this page Jul 7, 2019 · 2 revisions

Welcome to the SCPSL-ModLoader wiki!

HarmonyPatchs will be autoinjected! Example for Plugin:

static class Mod
  {
    public static void OnLoad()
    {
      GameConsole.Console.singleton.AddLog("Example Mod is Work", Color.green, false);
    }
  }

Clone this wiki locally