lordboosack

CommonProxy.java

Nov 28th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. package tutorial.basic;
  2.  
  3. public class CommonProxy {
  4.  
  5.         // Client stuff
  6.         public void registerRenderers() {
  7.                 // mod doesnt need to render anything. I think.
  8.         }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment