mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-06-28 23:36:05 +00:00
rework(docs): better, more readable docs
This commit is contained in:
14
docs/PROJECT_STRUCTURE.md
Normal file
14
docs/PROJECT_STRUCTURE.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Project Structure
|
||||
|
||||
```
|
||||
ModLoader/
|
||||
├── WeaveLoader.Launcher/ # C# launcher executable
|
||||
├── WeaveLoaderRuntime/ # C++ DLL injected into the game
|
||||
├── WeaveLoader.Core/ # C# mod discovery and lifecycle
|
||||
├── WeaveLoader.API/ # C# public API for mod authors
|
||||
├── ExampleMod/ # Sample mod
|
||||
├── build/ # Shared build output
|
||||
├── WeaveLoader.sln
|
||||
├── README.md
|
||||
└── CONTRIBUTING.md
|
||||
```
|
||||
Reference in New Issue
Block a user