DarkflameServer/dScripts/SpawnLionServer.h

7 lines
144 B
C
Raw Normal View History

#pragma once
#include "SpawnPetBaseServer.h"
class SpawnLionServer : public SpawnPetBaseServer {
2022-07-28 13:39:57 +00:00
void SetVariables(Entity* self) override;
};