Advertisement
Guest User

IRenderConfig

a guest
Feb 29th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. public interface IRenderConfig {
  2.  
  3. public void save(ScreenPosition pos);
  4.  
  5. public ScreenPosition load();
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement