Advertisement
Wooden_Brick

Untitled

Aug 2nd, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public class SampleEventReceiver
  2. {
  3. @SubscribeEvent(priority = EventPriority.NORMAL)
  4.  
  5. public void eventHandler(RenderGameOverlayEvent event) //for some reason it says i have to add a "{" here
  6.  
  7.  
  8. //and a "}" here
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement