Advertisement
Guest User

IModTag

a guest
Oct 23rd, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public interface IModTag {
  2. //public void remove(float floatIn);
  3. //public void add(float floatIn);
  4. public void set(float floatIn);
  5. public float get();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement