Advertisement
Guest User

Untitled

a guest
Apr 11th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. package jimbopanda12.test;
  2.  
  3. public class Reference {
  4. public static final String MOD_ID = "tm";
  5. public static final String MOD_NAME = "Tutorial Mod";
  6. public static final String VERSION = "1.0";
  7. public static final String CLIENT_PROXY_CLASS = "jimbopanda12.test.proxy.ClientProxy";
  8. public static final String SERVER_PROXY_CLASS = "jimbopanda12.test.proxy.CommonProxy";
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement