Fixed syntax error.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-01-02 18:43:16 +01:00
parent 1a246f57e8
commit 18236981ed

View File

@@ -53,7 +53,7 @@ namespace CreatureLib::Battling {
Script* _status = nullptr;
ScriptSet _volatile = {};
private
private:
void OnFaint();
public: