HashCode统一改名为TypeHash

This commit is contained in:
2025-06-24 00:49:18 +08:00
parent 3bcaf0e012
commit fa7a0fca62
5 changed files with 36 additions and 35 deletions

View File

@@ -7,6 +7,9 @@
COMPONENT_NAMESPACE_BEGIN
class MeshComponent;
class MeshComponentManager;
struct MeshComponentData:public ComponentData
{
//static uint unique_id_count;
@@ -38,8 +41,6 @@ public:
COMPONENT_DATA_CLASS_BODY(Mesh)
};//struct MeshComponentData
class MeshComponent;
class MeshComponentManager:public ComponentManager
{
public: