Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. package scripts.Test;public interface InventoryListener {    public void inventoryItemGained(int id, int count);    public void inventoryItemLost(int id, int count);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement