mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 18:19:20 +02:00
7 lines
63 B
C++
7 lines
63 B
C++
#include "thing.h"
|
|
|
|
Thing::Thing()
|
|
{
|
|
m_type = TYPE_NONE;
|
|
}
|