tibia-client/src/thing.cpp

7 lines
63 B
C++
Raw Normal View History

2011-08-11 07:52:30 +02:00
#include "thing.h"
Thing::Thing()
{
m_type = TYPE_NONE;
}