9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-30 04:29:05 +00:00
This commit is contained in:
Daniel Mills
2020-09-04 20:59:13 -04:00
parent fbc02881d7
commit b158ea9e78
31 changed files with 434 additions and 3538 deletions

View File

@@ -7,6 +7,11 @@ public class PermissionIris extends MortarPermission
{
@Permission
public PermissionIrisStudio studio;
public PermissionIris()
{
super();
}
@Override
protected String getNode()

View File

@@ -4,6 +4,11 @@ import com.volmit.iris.util.MortarPermission;
public class PermissionIrisStudio extends MortarPermission
{
public PermissionIrisStudio()
{
super();
}
@Override
protected String getNode()
{