DarkflameServer/dScripts/Darkitect.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
101 B
C
Raw Normal View History

#pragma once
class Entity;
class Darkitect
{
public:
void Reveal(Entity* self, Entity* player);
};