• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
[MMO] Core Library

[MMO] Core Library 2.2.7

Messages
135
Files
42
Reactions
2,090
Codex submitted a new resource:

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:
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...

Read more about this resource...
 
Reacted by:
  • Like
Reactions: murtazaali and raz0r
Reacted by:
raz0r 's signature
Reacted by:
Top