Package zombie.Quests.questactions
Class QuestAction_CallLua
java.lang.Object
zombie.Quests.questactions.QuestAction_CallLua
- All Implemented Interfaces:
QuestAction
public class QuestAction_CallLua extends java.lang.Object implements QuestAction
-
Constructor Summary
Constructors Constructor Description QuestAction_CallLua(LuaClosure luaClosure, KahluaTable kahluaTable)
-
Method Summary
Modifier and Type Method Description void
Execute()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
QuestAction_CallLua
-
-
Method Details
-
Execute
public void Execute()- Specified by:
Execute
in interfaceQuestAction
-