Guest User

Untitled

a guest
Jul 9th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. package com.fire.tutorial.Proxy;
  2.  
  3. import com.fire.tutorial.Init.InitItems;
  4.  
  5. public class ClientProxy implements CommonProxy {
  6.  
  7. @Override
  8. public void Renders() {
  9. InitItems.RegisterRenders();
  10. }
  11.  
  12. }
Add Comment
Please, Sign In to add comment