Several fixes and improvements.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-12-28 15:11:06 +01:00
parent bbb2691b91
commit 31008c0107
7 changed files with 70 additions and 20 deletions

View File

@@ -60,6 +60,7 @@ public:
static CreatureLib::Library::TypeLibrary* BuildTypeLibrary() {
auto lib = new CreatureLib::Library::TypeLibrary();
lib->RegisterType("testType1"_cnc);
return lib;
}