mirror of
https://github.com/Squareville/TestEventServer.git
synced 2025-12-31 16:33:58 -06:00
9 lines
205 B
C++
9 lines
205 B
C++
#pragma once
|
|
#include "CppScripts.h"
|
|
|
|
class SsModularBuildServer : public CppScripts::Script
|
|
{
|
|
public:
|
|
void OnModularBuildExit(Entity* self, Entity* player, bool bCompleted, std::vector<LOT> modules);
|
|
};
|