Package me.hsgamer.hscore.variable
Class CommonVariableBundle
java.lang.Object
me.hsgamer.hscore.variable.VariableBundle
me.hsgamer.hscore.variable.CommonVariableBundle
The
VariableBundle for common variables-
Constructor Summary
ConstructorsConstructorDescriptionCommonVariableBundle(VariableManager variableManager) Create a new bundle for the variable manager -
Method Summary
Methods inherited from class me.hsgamer.hscore.variable.VariableBundle
register, register, unregister, unregisterAll
-
Constructor Details
-
CommonVariableBundle
Create a new bundle for the variable manager- Parameters:
variableManager- the variable manager
-