Added display text event hook.
This commit is contained in:
@@ -130,3 +130,4 @@ void Battle::AddVolatileScript(const ConstString& key) {
|
||||
}
|
||||
void Battle::AddVolatileScript(Script* script) { return _volatile.Add(script); }
|
||||
void Battle::RemoveVolatileScript(Script* script) { _volatile.Remove(script->GetName()); }
|
||||
void Battle::DisplayText(const std::string& text) const { TriggerEventListener(new DisplayTextEvent(text)); }
|
||||
|
||||
Reference in New Issue
Block a user