28 lines
522 B
C++
28 lines
522 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: S_LootContext
|
|
|
|
#include "Basic.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// UserDefinedStruct S_LootContext.S_LootContext
|
|
// 0x0004 (0x0004 - 0x0000)
|
|
struct FS_LootContext final
|
|
{
|
|
public:
|
|
int32 EncounterLevel_3_FF609CBA4F19C630FF9FF0B543BB3BAB; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
DUMPER7_ASSERTS_FS_LootContext;
|
|
|
|
}
|
|
|