#pragma once
#include "SpawnPetBaseServer.h"

class SpawnLionServer : public SpawnPetBaseServer {
	void SetVariables(Entity* self) override;
};