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

11 lines
121 B
C++

#include "stdafx.h"
#include "ObjectList.h"
ObjectList::ObjectList()
{
}
ObjectList::~ObjectList()
{
RemoveAll();
}