mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 09:48:20 +00:00
9 lines
101 B
C
9 lines
101 B
C
|
#pragma once
|
||
|
class Entity;
|
||
|
|
||
|
class Darkitect
|
||
|
{
|
||
|
public:
|
||
|
void Reveal(Entity* self, Entity* player);
|
||
|
};
|