14 lines
163 B
C++
14 lines
163 B
C++
|
#include "IAttatchment.h"
|
||
|
#include "AttatchmentSocket.h"
|
||
|
|
||
|
using namespace GameLogic;
|
||
|
|
||
|
IAttatchment::IAttatchment(void)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|
||
|
IAttatchment::~IAttatchment(void)
|
||
|
{
|
||
|
}
|