mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +00:00
763a1f4a61
add reveal to Fong
10 lines
102 B
C++
10 lines
102 B
C++
#pragma once
|
|
|
|
class Entity;
|
|
|
|
class Darkitect
|
|
{
|
|
public:
|
|
void Reveal(Entity* self, Entity* player);
|
|
};
|