mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-01-01 02:40:15 -06:00
10 lines
102 B
C++
10 lines
102 B
C++
#pragma once
|
|
|
|
class Entity;
|
|
|
|
class Darkitect
|
|
{
|
|
public:
|
|
void Reveal(Entity* self, Entity* player);
|
|
};
|