mirror of
https://github.com/seppukudevelopment/seppuku
synced 2025-01-12 01:49:41 +00:00
Make ModuleType final
This commit is contained in:
parent
757475543f
commit
995352816b
@ -29,7 +29,7 @@ import java.util.List;
|
||||
*/
|
||||
public final class ModuleListComponent extends ResizableHudComponent {
|
||||
|
||||
private Module.ModuleType type;
|
||||
private final Module.ModuleType type;
|
||||
|
||||
private int scroll = 0;
|
||||
private int oldScroll = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user