entity_spell_system/entities/mob.cpp
2019-04-20 14:02:55 +02:00

6 lines
45 B
C++

#include "mob.h"
Mob::Mob() : Entity() {
}