mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
11 lines
135 B
Java
11 lines
135 B
Java
package cofh.api;
|
|
|
|
public class CoFHAPIProps {
|
|
|
|
private CoFHAPIProps() {
|
|
|
|
}
|
|
|
|
public static final String VERSION = "1.7.10R1.0.2";
|
|
|
|
} |