l2-unlegits/L2C_Server/world/model/character/GameNpc.cpp
2012-02-01 05:25:08 +00:00

12 lines
201 B
C++

#include "pch.h"
#include "GameNpc.h"
GameNpc::GameNpc( unsigned int objectId, int npcTemplateId ): GameCharacter( objectId )
{
m_npcTemplateId = npcTemplateId;
}
GameNpc::~GameNpc()
{
}