Advertisement
Guest User

Untitled

a guest
Apr 24th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. package me.Thomas.DemonHax;
  2.  
  3. import org.lwjgl.opengl.Display;
  4.  
  5. public class DemonHax {
  6.  
  7. public static String Client_Name = "DemonHax";
  8. public static double Client_Verison = 1.0;
  9.  
  10. public static final DemonHax DemonHax = new DemonHax();
  11.  
  12. public static void StartClient(){
  13. Display.setTitle(Client_Name + "(rel-" + Client_Version + ")");
  14. }
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement