zombie.Quests.questactions
Class QuestAction_TutorialIcon
java.lang.Object
zombie.Quests.questactions.QuestAction_TutorialIcon
- All Implemented Interfaces:
- QuestAction
public class QuestAction_TutorialIcon
- extends java.lang.Object
- implements QuestAction
- Author:
- LEMMY
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuestAction_TutorialIcon
public QuestAction_TutorialIcon(java.lang.String title,
java.lang.String message,
IsoObject obj,
boolean bAutoExpand,
float yoff)
QuestAction_TutorialIcon
public QuestAction_TutorialIcon(UIElement parent,
int x,
int y,
java.lang.String title,
java.lang.String string,
boolean bAutoExpand)
Execute
public void Execute()
- Specified by:
Execute
in interface QuestAction