
Mage Arena
You are viewing a potentially older version of this package. View Latest Version

FishUtilities is a BepInEx plugin that simplifies the process of adding custom Network Object Prefabs to be able to spawn on the Network.
Prerequisites:
Installation:
MageArena/
└── BepInEx/
└── plugins/
└── FishUtilities.dll
private void Awake()
{
FishManager.RegisterNetworkObjectPrefab(MyPlugin, MyMono, "OptionalUniqueIdentifier");
}