Advertisement
Olivki

Swaggit

Feb 1st, 2013
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.31 KB | None | 0 0
  1.     COMBAT(0, Colours.RED, "Combat"),
  2.     WORLD(1, Colours.GREY, "World"),
  3.     PLAYER(2, Colours.GOLD, "Player"),
  4.     RENDER(3, Colours.YELLOW, "Render"),
  5.     SERVER(4, Colours.INDIGO, "Server"),
  6.     GUI(5, Colours.WHITE, "Gui"),
  7.     NONE(6, Colours.BLACK, "None"),
  8.     MISC(7, Colours.STRIKE, "Misc"),
  9.     DERP(8, Colours.BOLD, "Derp");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement