Add imagimeter visibility script (#738)

This commit is contained in:
Aaron Kimbrell
2022-08-18 00:09:14 -05:00
committed by GitHub
parent dd8091f60e
commit e4a15a0f2e
5 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#include "CppScripts.h"
class NTImagimeterVisibility : public CppScripts::Script {
public:
void OnRebuildComplete(Entity* self, Entity* target) override;
};