mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
27 lines
615 B
C++
27 lines
615 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x0 (0x138 - 0x138)
|
|
// BlueprintGeneratedClass BP_AIAction_Work_Wait.BP_AIAction_Work_Wait_C
|
|
class UBP_AIAction_Work_Wait_C : public UPalAIActionWorkerWait
|
|
{
|
|
public:
|
|
|
|
static class UClass* StaticClass();
|
|
static class UBP_AIAction_Work_Wait_C* GetDefaultObj();
|
|
|
|
void ReturnToDefaultPosition();
|
|
};
|
|
|
|
}
|
|
|
|
|