- Joined
- Nov 26, 2024
- Messages
- 144
- Reaction score
- 40
- Points
- 28
Admin submitted a new resource:
[MMO] Core Library - A library that contains helper functions for our add-ons.
Read more about this resource...
[MMO] Core Library - A library that contains helper functions for our add-ons.
A library that contains helper functions for our add-ons.
1. Introduction
During use, Add the requires section to addon.json to document the dependancy:
2. Template additionsJSON:{ "require": { "MMO/CoreLib": [ 2020270, "[MMO] Core Library v2.2.2+" ] } }
We are adding various functions for templates that will make it easier for you to work with...
Read more about this resource...