- 2023-10-25
- 2,642
- 38
无名 提交新资源:
[MMO] Core Library - [MMO] Core Library
阅读关于此资源更多信息...
[MMO] Core Library - [MMO] Core Library
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:
JSON:
{
"require": {
"MMO/CoreLib": [
2020270,
"[MMO] Core Library v2.2.2+"
]
}
}
2. Template additions
We are adding various functions for templates that will make it easier for you to work with them, as well as add several useful functions.
Template...
阅读关于此资源更多信息...