Update SDK
This commit is contained in:
45
HellIsUs/SDK/CharlieProfile_classes.hpp
Normal file
45
HellIsUs/SDK/CharlieProfile_classes.hpp
Normal file
@@ -0,0 +1,45 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* SDK generated by Dumper-7
|
||||
*
|
||||
* https://github.com/Encryqed/Dumper-7
|
||||
*/
|
||||
|
||||
// Package: CharlieProfile
|
||||
|
||||
#include "Basic.hpp"
|
||||
|
||||
#include "Engine_classes.hpp"
|
||||
#include "CharlieProfile_structs.hpp"
|
||||
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
|
||||
// Class CharlieProfile.CharlieProfileSaveGame
|
||||
// 0x0188 (0x01B0 - 0x0028)
|
||||
class UCharlieProfileSaveGame final : public USaveGame
|
||||
{
|
||||
public:
|
||||
struct FCharlieProfileSettings Settings; // 0x0028(0x00F8)(NativeAccessSpecifierPublic)
|
||||
struct FCharlieProfileAchievements Achievements; // 0x0120(0x0090)(NativeAccessSpecifierPublic)
|
||||
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("CharlieProfileSaveGame")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"CharlieProfileSaveGame")
|
||||
}
|
||||
static class UCharlieProfileSaveGame* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<UCharlieProfileSaveGame>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_UCharlieProfileSaveGame;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user