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