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