DarkflameServer/dScripts/02_server/Map/njhub/NjEarthDragonPetServer.h

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

7 lines
151 B
C
Raw Normal View History

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