9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-29 20:19:06 +00:00
This commit is contained in:
Dan Macbook
2020-08-14 08:18:10 -04:00
parent 31bd6a0c0d
commit a1d6431348
9 changed files with 163 additions and 66 deletions

View File

@@ -1,6 +1,5 @@
package com.volmit.iris.util;
public interface IRare
{
public interface IRare {
public int getRarity();
}