mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 21:47:24 +00:00
37de00464e
Removing extraneous includes from scripts that start with the letter M-Z
7 lines
154 B
C++
7 lines
154 B
C++
#pragma once
|
|
#include "SpawnPetBaseServer.h"
|
|
|
|
class NjEarthDragonPetServer : public SpawnPetBaseServer {
|
|
void SetVariables(Entity* self) override;
|
|
};
|