r2mods/r2_profiles/choncc/config/BepInEx.DO_NOT_MODIFY.cfg

18 lines
466 B
INI
Raw Normal View History

2024-10-04 07:27:59 +00:00
[Preloader.Entrypoint]
## The local filename of the assembly to target.
# Setting type: String
# Default value: RoR2.dll
Assembly = RoR2.dll
## The name of the type in the entrypoint assembly to search for the entrypoint method.
# Setting type: String
# Default value: Console
Type = Console
## The name of the method in the specified entrypoint assembly and type to hook and load Chainloader from.
# Setting type: String
# Default value: .cctor
Method = .cctor