Beispiel #1
0
 internal static void AddLoaderLogNotice(ModInfo mod, string reason) => Mod(mod).AddNotice(TraceEventType.Warning, reason);
Beispiel #2
0
 private static ModEntry Mod(ModInfo mod) => (mod as GridModItem)?.Mod;