Class DialogueExchangeFinishedEvent
- java.lang.Object
-
- net.egartley.beyondorigins.core.logic.events.DialogueExchangeFinishedEvent
-
public class DialogueExchangeFinishedEvent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description DialogueExchange
exchange
-
Constructor Summary
Constructors Constructor Description DialogueExchangeFinishedEvent(DialogueExchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onFinish()
-
-
-
Field Detail
-
exchange
public DialogueExchange exchange
-
-
Constructor Detail
-
DialogueExchangeFinishedEvent
public DialogueExchangeFinishedEvent(DialogueExchange exchange)
-
-