Reloaded.SharedLib.CSharp.Prs.Interfaces

Contains the interfaces that expose csharp-prs as a Reloaded II (Reloaded Mod Loader II) shared library.


Keywords
License
LGPL-3.0
Install
Install-Package Reloaded.SharedLib.CSharp.Prs.Interfaces -Version 1.0.2

Documentation

RII Shared Library: Csharp-Prs



Sharing is Caring
Id: reloaded.sharedlib.csharp.prs

Shared Library

This is a Reloaded II shared library. For more information refer to Shared Library Documentation: https://github.com/Sewer56/Reloaded.SharedLib.Hooks.ReloadedII and Inter-Mod-Communication.

How to Use (End Users)

A. Install Reloaded mod as usual.

B. Nothing else needs to be done. This mod will be auto-enabled if required by other mods.

How to Use The API (Programmers)

  • Add the Reloaded.SharedLib.CSharp.Prs.Interfaces NuGet package to your project.
  • Add the dependency reloaded.sharedlib.csharp.prs to ModDependencies in your ModConfig.json.
  • In your Start() function, acquire the Controller _modLoader.GetController<IRedirectorController>()

For more information and best practices, refer to Reloaded-II Docs: Inter Mod Communication.