Files
ReshadePluginsCore/ClairObscur/SDK/S_LootContext_structs.hpp

28 lines
522 B
C++
Raw Normal View History

2026-03-18 18:13:09 +01:00
#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;
}