diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-05-24 15:52:43 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-05-24 15:52:43 -0400 |
| commit | a11c98c6cad501e081837ec8fa2e323edaeb1ca3 (patch) | |
| tree | ab97a3e81bfa3eec2ff530ec55ff4a69e48f49e3 /TF2 Crates/src/main/java/tlhpoeCore/ReferenceT.java | |
Initial commitmaster
Diffstat (limited to 'TF2 Crates/src/main/java/tlhpoeCore/ReferenceT.java')
| -rwxr-xr-x | TF2 Crates/src/main/java/tlhpoeCore/ReferenceT.java | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TF2 Crates/src/main/java/tlhpoeCore/ReferenceT.java b/TF2 Crates/src/main/java/tlhpoeCore/ReferenceT.java new file mode 100755 index 0000000..302afc4 --- /dev/null +++ b/TF2 Crates/src/main/java/tlhpoeCore/ReferenceT.java @@ -0,0 +1,12 @@ +package tlhpoeCore;
+
+public class ReferenceT {
+ public static final String ID = "tlhpoeCore";
+ public static final String NAME = "TLHPoE Core";
+ public static final String VERSION = "1.9";
+
+ public static boolean DEOBFUSCATED = false;
+
+ public static final int DEFAULT_WIDTH = 854;
+ public static final int DEFAULT_HEIGHT = 480;
+}
\ No newline at end of file |
