tibia-client/src/thing.cpp

7 lines
63 B
C++

#include "thing.h"
Thing::Thing()
{
m_type = TYPE_NONE;
}