Remove SDK include and cpp files

This commit is contained in:
2026-02-03 14:30:59 +01:00
parent fc922047b7
commit b3a60f92e4
33 changed files with 0 additions and 231932 deletions

View File

@@ -1,27 +0,0 @@
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: CoreUObject
#include "Basic.hpp"
namespace SDK::Params
{
// Function CoreUObject.Object.ExecuteUbergraph
// 0x0004 (0x0004 - 0x0000)
struct Object_ExecuteUbergraph final
{
public:
int32 EntryPoint; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_Object_ExecuteUbergraph;
}