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