RoR2-ChensHelpers

Contains simple and useful helpers for RoR2 mod creators to use. Mainly caters to Chen's mods.

View on GitHub

ChensHelpers

Chen.Helpers.GeneralHelpers

MultiplayerTest Class

A helper that can enable and disable Multiplayer Testing. Be sure to not enable this in Awake of a mod on release.

public static class MultiplayerTest

Inheritance System.Object 🡒 MultiplayerTest

Methods  
Disable(Log, string) Disables Multiplayer Testing.
Disable(ManualLogSource, string) Disables Multiplayer Testing.
Enable(Log, string) Enables Multiplayer Testing so that the mod creator can connect using two instances of the game.
Enable(ManualLogSource, string) Enables Multiplayer Testing so that the mod creator can connect using two instances of the game.