mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-04-28 09:36:31 +00:00
10 lines
102 B
C++
10 lines
102 B
C++
#pragma once
|
|
|
|
class Entity;
|
|
|
|
class Darkitect
|
|
{
|
|
public:
|
|
void Reveal(Entity* self, Entity* player);
|
|
};
|