9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-24 01:29:16 +00:00

Move NMS out of legacy

This commit is contained in:
Daniel Mills
2020-11-14 15:04:13 -05:00
parent 657f581a3d
commit b85efcd85a
12 changed files with 63 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
package com.volmit.iris;
import com.volmit.iris.generator.legacy.nms.INMS;
import com.volmit.iris.nms.INMS;
import com.volmit.iris.manager.*;
import com.volmit.iris.manager.command.CommandIris;
import com.volmit.iris.manager.command.PermissionIris;