You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The class who handles plugins of RPG Paper Maker.
15
17
* @static
16
-
* @author Nio Kasgami, Wano
18
+
* @author Nio Kasgami, Wano, Trico Everfire
17
19
*/
18
20
classPlugins{
19
21
@@ -182,8 +184,6 @@ class Plugins {
182
184
*/
183
185
}
184
186
185
-
186
-
187
187
/**
188
188
* @static
189
189
* @usage This function is used to inject/overwrite original class methods and variables.
@@ -195,8 +195,8 @@ class Plugins {
195
195
* @param overwrite (METHODS ONLY) Should call original method's code or overwrite original method. (DEFAULT: false)
196
196
* @param loadBefore (METHODS ONLY) Should original method's code be executed before or after your code (NOTE: This is obviously disabled if param overwrite is set to true.) (DEFAULT: true)
0 commit comments