#pragma once
#include "CppScripts.h"

class EnemyNjBuff : public CppScripts::Script
{
public:
	void OnStartup(Entity* self) override;
};