metro-rts/src/unit.cpp
2024-08-15 21:43:20 +02:00

9 lines
105 B
C++

#include "unit.hpp"
void Unit::_bind_methods() {
#define CLASSNAME Unit
}
void Unit::_enter_tree() {
}