DarkflameServer/dScripts/ai/WILD/WildMedusa.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
254 B
C
Raw Normal View History

2023-12-22 05:21:20 +00:00
#pragma once
#include "CppScripts.h"
class WildMedusa : public CppScripts::Script {
public:
void OnStartup(Entity* self) override;
void OnNotifyObject(Entity* self, Entity* sender, const std::string& name, int32_t param1, int32_t param2) override;
};