Modification erreur deso

This commit is contained in:
Estrela Allan p1923381
2020-04-14 11:02:46 +02:00
parent 1badbe63ae
commit 0bdc98dd58
2 changed files with 2 additions and 1 deletions

View File

@ -16,4 +16,5 @@ extern "C" void GDN_EXPORT godot_nativescript_init(void* handle) {
register_class<GestionPlayer>();
register_class<GestionTerrain>();
register_class<Terrain>();
register_class<MobsIA>();
}