entity_spell_system/entities/mob.cpp

13 lines
82 B
C++

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