2022-08-18 05:09:14 +00:00
|
|
|
#pragma once
|
|
|
|
#include "CppScripts.h"
|
|
|
|
|
|
|
|
class NTImagimeterVisibility : public CppScripts::Script {
|
|
|
|
public:
|
2023-12-29 04:24:30 +00:00
|
|
|
void OnQuickBuildComplete(Entity* self, Entity* target) override;
|
2022-08-18 05:09:14 +00:00
|
|
|
};
|