64 lines
1.3 KiB
C++
64 lines
1.3 KiB
C++
|
|
#pragma once
|
|||
|
|
|
|||
|
|
/*
|
|||
|
|
* SDK generated by Dumper-7
|
|||
|
|
*
|
|||
|
|
* https://github.com/Encryqed/Dumper-7
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
// Package: PacketHandler
|
|||
|
|
|
|||
|
|
#include "Basic.hpp"
|
|||
|
|
|
|||
|
|
#include "CoreUObject_classes.hpp"
|
|||
|
|
|
|||
|
|
|
|||
|
|
namespace SDK
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
// Class PacketHandler.HandlerComponentFactory
|
|||
|
|
// 0x0000 (0x0028 - 0x0028)
|
|||
|
|
class UHandlerComponentFactory : public UObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("HandlerComponentFactory")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"HandlerComponentFactory")
|
|||
|
|
}
|
|||
|
|
static class UHandlerComponentFactory* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UHandlerComponentFactory>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UHandlerComponentFactory;
|
|||
|
|
|
|||
|
|
// Class PacketHandler.PacketHandlerProfileConfig
|
|||
|
|
// 0x0010 (0x0038 - 0x0028)
|
|||
|
|
class UPacketHandlerProfileConfig final : public UObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
TArray<class FString> Components; // 0x0028(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPublic)
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("PacketHandlerProfileConfig")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"PacketHandlerProfileConfig")
|
|||
|
|
}
|
|||
|
|
static class UPacketHandlerProfileConfig* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UPacketHandlerProfileConfig>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UPacketHandlerProfileConfig;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|