mirror of
https://github.com/DarwinAnim8or/DarkflameServerNostalgiaMax.git
synced 2026-01-06 13:49:37 -06:00
7 lines
105 B
C++
7 lines
105 B
C++
#pragma once
|
|
#include "SpawnPetBaseServer.h"
|
|
|
|
class NjPetSpawnerServer : public SpawnPetBaseServer {
|
|
|
|
};
|