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