Advertisement
gottabadfeeling

Paper Mario Mod 1.8 - Common Proxy (parent of Client/Server)

Apr 18th, 2015
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. package com.gottabadfeeling.mod.papermario.proxy;
  2.  
  3. public class CommonProxy {
  4.    
  5.     public void registerRenders()
  6.     {
  7.         //@Override done by ClientProxy (I didn't have time for a ServerProxy definition)
  8.     }
  9.    
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement