Add component order array

fix loop in inven comp
This commit is contained in:
Aaron Kimbre
2023-06-29 12:44:06 -05:00
parent 81404d9671
commit 6fb1786cf1
3 changed files with 85 additions and 1 deletions

View File

@@ -379,6 +379,7 @@ protected:
std::vector<LWOOBJID> m_TargetsInPhantom;
static const std::vector<ComponentWhitelist> m_ComponentWhitelists;
static const std::array<eReplicaComponentType> m_ComponentOrder;
};
#include "Entity.tcc"