ModManagerResourceLoaded Event |
Event fired whenever a resource is loaded.
Returns the folder, path, ResourceInfo, whether the resource was actually loaded or re-used from cache, respectively.
Namespace: Kit.Modding
public static event Action<ResourceFolder, string, ResourceInfo, bool> ResourceLoaded