mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-02-22 17:18:12 +01:00
9 lines
197 B
C++
9 lines
197 B
C++
#include "entity_race.h"
|
|
|
|
|
|
void EntityRace::_bind_methods() {
|
|
BIND_VMETHOD(MethodInfo(Variant::STRING, "_generate_name", PropertyInfo(Variant::INT, "seed")));
|
|
|
|
BIND_CONSTANT(MAX_SKIN_COLORS);
|
|
}
|