Interface IModPrefab
Interface to match a prefab to the mod that has created it.
Namespace: Jotunn.Utils
Assembly: Jotunn.dll
Syntax
public interface IModPrefab
Properties
| Name | Description |
|---|---|
| Prefab | The target prefab. |
| SourceMod | Reference to the BepInPlugin which added this prefab. |