mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
trimmed some fat
This commit is contained in:
parent
87b15d9822
commit
0576b353ae
1 changed files with 5 additions and 2 deletions
|
|
@ -2,15 +2,18 @@ package plugin.interaction.city.nardah;
|
|||
|
||||
import org.crandor.cache.def.impl.NPCDefinition;
|
||||
import org.crandor.game.content.dialogue.DialoguePlugin;
|
||||
import org.crandor.game.content.global.shop.Shop;
|
||||
import org.crandor.game.interaction.OptionHandler;
|
||||
import org.crandor.game.node.Node;
|
||||
import org.crandor.game.node.entity.npc.NPC;
|
||||
import org.crandor.game.node.entity.player.Player;
|
||||
import org.crandor.game.system.script.context.ShopInstruction;
|
||||
import org.crandor.plugin.InitializablePlugin;
|
||||
import org.crandor.plugin.Plugin;
|
||||
|
||||
/**
|
||||
* Handles Rokuh, who runs the Nardah chocolate stall
|
||||
* @author ceik
|
||||
*/
|
||||
|
||||
@InitializablePlugin
|
||||
public class Rokuh extends OptionHandler {
|
||||
public final int NPC_ID = 3045;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue