DarkflameServer/dScripts/ai/NS/NsConcertChoiceBuild.h

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

8 lines
146 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class NsConcertChoiceBuild : public CppScripts::Script {
public:
void OnStartup(Entity* self) override;
};