DarkflameServer/dScripts/02_server/Map/PR/SpawnGryphonServer.h

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

8 lines
197 B
C
Raw Normal View History

#pragma once
#include "SpawnPetBaseServer.h"
class SpawnGryphonServer : public SpawnPetBaseServer {
void SetVariables(Entity* self) override;
void OnUse(Entity* self, Entity* user) override;
};