mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-07-01 02:42:56 +08:00
27 lines
575 B
C++
27 lines
575 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x0 (0x28 - 0x28)
|
|
// BlueprintGeneratedClass BP_Breakable.BP_Breakable_C
|
|
class IBP_Breakable_C : public IInterface
|
|
{
|
|
public:
|
|
|
|
static class UClass* StaticClass();
|
|
static class IBP_Breakable_C* GetDefaultObj();
|
|
|
|
void Damage(class ACharacter* Character);
|
|
};
|
|
|
|
}
|
|
|
|
|