Advertisement
ArthurGoelzer

Strings.java

Oct 7th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.37 KB | None | 0 0
  1. package goelzer.testando.lib;
  2.  
  3. public class Strings
  4. {
  5.     public static final String MODID = "testando";
  6.     public static final String VERSION = "1.0 e nunca mais vai";
  7.     public static final String MODNAME = "Testando";
  8.    
  9.    
  10.     public static final String COMMONPROXY = "goelzer.testando.proxy.CommonProxy";
  11.     public static final String CLIENT = "goelzer.testando.proxy.Client";
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement