CPP-RPG/Enemy.cpp

6 lines
39 B
C++
Raw Normal View History

2021-01-24 14:40:11 -05:00
#include "Enemy.h"
Enemy::Enemy()
{
}