#pragma once
#include "CppScripts.h"

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