mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
34 lines
983 B
C++
34 lines
983 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// ENUMS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
enum class EPal_NPC_CombatGunState : uint8
|
|
{
|
|
NewEnumerator0 = 0,
|
|
NewEnumerator1 = 1,
|
|
NewEnumerator2 = 2,
|
|
NewEnumerator3 = 3,
|
|
NewEnumerator4 = 4,
|
|
NewEnumerator5 = 5,
|
|
NewEnumerator6 = 6,
|
|
NewEnumerator7 = 7,
|
|
NewEnumerator8 = 8,
|
|
EPal_NPC_MAX = 9,
|
|
};
|
|
|
|
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// STRUCTS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
}
|
|
|
|
|