DarkflameServer/dScripts/NjEarthDragonPetServer.h
EmosewaMC 37de00464e M-Z scripts
Removing extraneous includes from scripts that start with the letter M-Z
2022-06-23 01:26:44 -07:00

7 lines
154 B
C++

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