entity_spell_system/entities/player.cpp

6 lines
55 B
C++
Raw Normal View History

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