mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-09-02 11:33:28 +00:00
36 lines
581 B
C++
36 lines
581 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: Smasher_Death
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Smasher_Death_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function Smasher_Death.Smasher_Death_C.Trigger_Death_Effect
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void ISmasher_Death_C::Trigger_Death_Effect()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("Smasher_Death_C", "Trigger_Death_Effect");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|