mirror of
https://github.com/DarwinAnim8or/DarkflameServerNostalgiaMax.git
synced 2026-01-06 05:39:33 -06:00
7 lines
148 B
C++
7 lines
148 B
C++
#pragma once
|
|
#include "CppScripts.h"
|
|
|
|
class NsConcertChoiceBuild : public CppScripts::Script {
|
|
public:
|
|
void OnStartup(Entity* self) override;
|
|
}; |