mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
36 lines
1005 B
C++
36 lines
1005 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// ENUMS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
enum class EMeshTrackerVertexColorMode : uint8
|
|
{
|
|
None = 0,
|
|
Confidence = 1,
|
|
Block = 2,
|
|
EMeshTrackerVertexColorMode_MAX = 3,
|
|
};
|
|
|
|
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// STRUCTS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x1 (0x1 - 0x0)
|
|
// ScriptStruct MRMesh.MRMeshConfiguration
|
|
struct FMRMeshConfiguration
|
|
{
|
|
public:
|
|
uint8 Pad_1866[0x1]; // Fixing Size Of Struct [ Dumper-7 ]
|
|
};
|
|
|
|
}
|
|
|
|
|