Camellias_

CommonProxy.java

Jul 7th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.10 KB | None | 0 0
  1. package camellias_.fallout.proxy;
  2.  
  3. public interface CommonProxy {
  4.    
  5.     public void init();
  6.  
  7. }
Add Comment
Please, Sign In to add comment