rts_game_backend/src/game/unit/unit.cpp
2021-04-12 01:51:12 +03:00

7 lines
No EOL
119 B
C++

#include "unit.hpp"
namespace unit {
Unit::Unit(map::GameMap* map, events::EventCenter* events) {
}
}