mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-05-21 21:24:30 +00:00
498 B
498 B
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