#include "CppScripts.h"

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