This commit is contained in:
ttewrrr
2026-03-08 17:30:00 +01:00
parent f8ef076e70
commit 27532eb206
3025 changed files with 0 additions and 670604 deletions
@@ -1,19 +0,0 @@
#pragma once
using namespace std;
#include "TutorialTask.h"
class MobEffect;
class EffectChangedTask : public TutorialTask
{
private:
MobEffect *m_effect;
bool m_apply;
public:
EffectChangedTask(Tutorial *tutorial, int descriptionId, MobEffect *effect, bool apply = true,
bool enablePreCompletion = true, bool bShowMinimumTime = false, bool bAllowFade = true, bool bTaskReminders = true );
virtual bool isCompleted();
virtual void onEffectChanged(MobEffect *effect, bool bRemoved=false);
};