Danbias/Code/Game/GameLogic/IAttatchment.cpp

14 lines
163 B
C++
Raw Normal View History

#include "IAttatchment.h"
#include "AttatchmentSocket.h"
using namespace GameLogic;
IAttatchment::IAttatchment(void)
{
}
IAttatchment::~IAttatchment(void)
{
}