Files
Sun1602/Server/GameServer/SkillSlotContainer.cpp
T
2022-10-26 12:25:11 +08:00

20 lines
510 B
C++

// SkillSlotContainer.cpp: implementation of the CSkillSlotContainer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SkillSlotContainer.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CSkillSlotContainer::CSkillSlotContainer()
{
Init( MAX_SKILL_SLOT_NUM, SI_SKILL );
}
CSkillSlotContainer::~CSkillSlotContainer()
{
}