DarkflameServer/dScripts/ai/WILD/WildMedusa.h
Aaron Kimbre f56f0a48fd WIP
2023-12-21 23:21:20 -06:00

9 lines
254 B
C++

#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;
};