Advertisement
Guest User

Untitled

a guest
Jun 9th, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public static DBExecte plugin;
  2. @SuppressWarnings("static-access")
  3. public GodWeapons(DBExecte plugin){ // A method without a return type and the classes name is a constructor
  4.  
  5. this.plugin = plugin; //Save the given reference in our global variable.
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement