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