entity_spell_system/entities/mob.cpp

6 lines
45 B
C++
Raw Normal View History

2019-04-20 14:02:55 +02:00
#include "mob.h"
Mob::Mob() : Entity() {
}