plugin.BasePlugin
class BasePlugin
a base Object class for plugin (plugin must be installed using the register function)
Public Properties
version: string = "__VERSION__"
string
define the minimum required version of melonJS
this can be overridden by the plugin