mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
12 lines
No EOL
279 B
C++
12 lines
No EOL
279 B
C++
#include "InstanceContent.h"
|
|
|
|
Core::InstanceContent::InstanceContent( uint16_t territoryId, uint32_t guId, const std::string& internalName, const std::string& placeName )
|
|
: Zone( territoryId, guId, internalName, placeName )
|
|
{
|
|
|
|
}
|
|
|
|
Core::InstanceContent::~InstanceContent()
|
|
{
|
|
|
|
} |