Creating Augments
How to Create an Augment
Create External Augment class and fill in the information
Create Augment Executor class and write your augment code
Register the Augment using the AugmentManager.registerExternal method
External Augment
The External Augment contains the basic data of an augment, such as:
ID
Description
Name
Augment Executor
The Augment Executor contains many useful methods for creating an augment.
Here are some of the key methods:
Last updated