Fixed formatting

This commit is contained in:
EvilFactory
2024-08-25 14:31:04 -03:00
parent 5e02b3e082
commit fd29b395a7
3 changed files with 4 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
<tab type="mainpage" visible="yes" title=""/>
<tab type="usergroup" title="Development">
<tab type="user" url="md_manual_inmemorymod.html" title="In-memory CSharp Mod" />
<tab type="user" url="md_setting_up_assembly_mod.html" title="Assembly CSharp Mod" />
<tab type="user" url="md_manual_assemblymod.html" title="Assembly CSharp Mod" />
<tab type="user" url="md_manual_harmony.html" title="Using Harmony" />
</tab>
<tab type="usergroup" title="Generated Documentation">

View File

@@ -1,5 +1,4 @@
# In-memory CSharp Mod
---
One type of CSharp mod that can be created is an in-memory mod. This type of mod is compiled in memory and does not require the distribution of dll files. This type of mod is relatively easy to create and is useful for small mods that do not require a lot of complexity.

View File

@@ -16,7 +16,7 @@ You can also enable by setting the `EnableCSharp` option in the `LuaCsConfig.xml
## Development
- [In-memory CSharp Mod](/md_manual_inmemorymod.html)
- [Assembly CSharp Mod](/md_setting_up_assembly_mod.html)
- [Using Harmony](/md_manual_2md_manual_harmony.html)
- [In-memory CSharp Mod](md_manual_inmemorymod.html)
- [Assembly CSharp Mod](md_manual_assemblymod.html)
- [Using Harmony](md_manual_harmony.html)