Put plugins with the same name in unique packages

This commit is contained in:
Gary Tierney
2018-08-20 00:13:25 +01:00
parent ab64a099ba
commit 5307a62f8d
6 changed files with 12 additions and 0 deletions
@@ -1,3 +1,5 @@
package org.apollo.plugin.locations.alKharid
import org.apollo.game.model.Direction
import org.apollo.game.plugin.entity.spawn.npc_spawn
@@ -1,3 +1,5 @@
package org.apollo.plugin.locations.edgeville
import org.apollo.game.model.Direction
import org.apollo.game.plugin.entity.spawn.npc_spawn
@@ -1,3 +1,5 @@
package org.apollo.plugin.locations.falador
import org.apollo.game.plugin.entity.spawn.npc_spawn
// Generic npcs
@@ -1,3 +1,5 @@
package org.apollo.plugin.locations.lumbridge
import org.apollo.game.plugin.entity.spawn.npc_spawn
npc_spawn("woman", id = 4, x = 3232, y = 3207)
@@ -1,3 +1,5 @@
package org.apollo.plugin.locations.tutorialIsland
import org.apollo.game.model.Direction
import org.apollo.game.plugin.entity.spawn.npc_spawn
@@ -1,3 +1,5 @@
package org.apollo.plugin.locations.varrock
import org.apollo.game.model.Direction
import org.apollo.game.plugin.entity.spawn.npc_spawn