Advertisement
Zarbi4734

Untitled

Jan 13th, 2018
73
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.mod.zarbium.proxy;
  2.  
  3. import com.mod.zarbium.zarbiummod;
  4.  
  5. public class CommonProxy {
  6.  
  7. public void registerRenders(){
  8.  
  9. }
  10.  
  11. public void preInit() {
  12.  
  13. }
  14.  
  15. public void init() {
  16.  
  17. }
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement