Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. public class Constants
  2. {
  3. public static String VERSION;
  4. public static String MUTEX;
  5. public static String LOG;
  6. public static String EMAIL;
  7.  
  8. static
  9. {
  10. loadVariables();
  11. }
  12.  
  13. public static void loadVariables()
  14. {
  15. VERSION = "1.9.3";
  16. MUTEX = "True";
  17. LOG = "True";
  18. EMAIL = "booooooom.booooooom@gmail.com";
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement