DarkflameServer/dScripts/SpawnLionServer.h

7 lines
147 B
C
Raw Normal View History

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