Guest User

Untitled

a guest
May 18th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. package com.looke81.biowarfare;
  2.  
  3. public class Reference {
  4. public static final String MOD_ID = "biowarfare";
  5. public static final String MOD_NAME = "BioWarfare";
  6. public static final String VERSION = "1.0";
  7. public static final String CLIENT_PROXY_CLASS = "com.looke81.biowarfare.proxy.ClientProxy";
  8. public static final String SERVER_PROXY_CLASS = "com.looke81.biowarfare.proxy.CommonProxy";
  9.  
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment