DarkflameServer/dScripts/SsModularBuildServer.h

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

9 lines
205 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class SsModularBuildServer : public CppScripts::Script
{
public:
void OnModularBuildExit(Entity* self, Entity* player, bool bCompleted, std::vector<LOT> modules);
};