+ Added plugin stubs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package core.lua;
|
||||
|
||||
// To promote flexibility, plugins are lua file with predefined callbacks.
|
||||
// They are executed between the initial built-in preprocessing and the command parsing.
|
||||
public class Plugin
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user