Split out Darkitect reveal into it's own file

add reveal to Fong
This commit is contained in:
Aaron Kimbre
2022-05-01 08:54:45 -05:00
parent 12ae6a5525
commit 763a1f4a61
7 changed files with 77 additions and 48 deletions

9
dScripts/Darkitect.h Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
class Entity;
class Darkitect
{
public:
void Reveal(Entity* self, Entity* player);
};