otclient/src/thing.cpp
2011-08-11 02:52:30 -03:00

7 lines
63 B
C++

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