DarkflameServer/dScripts/SpawnLionServer.h

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

7 lines
144 B
C
Raw Normal View History

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