mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
8 lines
161 B
C++
8 lines
161 B
C++
#include "ForwardsZone.h"
|
|
#include "SpawnGroup.h"
|
|
|
|
Sapphire::Entity::SpawnGroup::SpawnGroup( uint32_t bNpcTemplateId, uint32_t level ) :
|
|
m_level( level )
|
|
{
|
|
|
|
}
|