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

6 lines
55 B
C++

#include "player.h"
Player::Player() :
Entity() {
}