Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.

Commit b5641b7

Browse files
committed
Add Module Mode value support
1 parent 3ac7ca4 commit b5641b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/clientapi/module/ModuleMode.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@
1818

1919
import clientapi.ClientAPI;
2020
import clientapi.util.io.Keybind;
21+
import clientapi.value.holder.ValueHolder;
2122

2223
/**
2324
* A type of module intended for use as a sub-module
2425
*
2526
* @author Brady
2627
* @since 2/24/2017 12:00 PM
2728
*/
28-
public class ModuleMode<T extends Module> implements IModule {
29+
public class ModuleMode<T extends Module> extends ValueHolder implements IModule {
2930

3031
/**
3132
* Parent Module

0 commit comments

Comments
 (0)