mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-21 11:13:00 +01:00
new config pt 9
This commit is contained in:
12
src/main/java/com/gmail/nossr50/config/VersionedConfig.java
Normal file
12
src/main/java/com/gmail/nossr50/config/VersionedConfig.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package com.gmail.nossr50.config;
|
||||
|
||||
/**
|
||||
* Represents a config that is version checked
|
||||
*/
|
||||
public interface VersionedConfig {
|
||||
/**
|
||||
* The version of this config
|
||||
* @return
|
||||
*/
|
||||
double getConfigVersion();
|
||||
}
|
||||
Reference in New Issue
Block a user