mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
30 lines
844 B
C++
30 lines
844 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// ENUMS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
enum class EPal_AI_AlertByKilledFriendState : uint8
|
|
{
|
|
NewEnumerator5 = 0,
|
|
NewEnumerator6 = 1,
|
|
NewEnumerator7 = 2,
|
|
NewEnumerator8 = 3,
|
|
NewEnumerator9 = 4,
|
|
EPal_AI_MAX = 5,
|
|
};
|
|
|
|
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// STRUCTS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
}
|
|
|
|
|