try fix compile problem for windows

This commit is contained in:
Yunfan Li
2023-07-18 19:01:43 +08:00
parent 7c70f42f34
commit 67a23fae3f

View File

@@ -13,7 +13,6 @@ public:
virtual void InitTriggers(std::vector<TriggerNode*> &triggers) override;
virtual std::string const getName() override { return "melee"; }
virtual NextAction** getDefaultActions() override;
virtual int GetType() { return MeleeCombatStrategy::GetType() | STRATEGY_TYPE_DPS; }
};
#endif