mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-02-22 17:18:12 +01:00
6 lines
45 B
C++
6 lines
45 B
C++
|
#include "mob.h"
|
||
|
|
||
|
Mob::Mob() : Entity() {
|
||
|
|
||
|
}
|