Files
Reboot-Launcher/dependencies/reboot/Project Reboot 3.0/FortAthenaMutator_TDM.h
Alessandro Autiero b41e22adeb <feat: New project structure>
<feat: New release>
2023-09-02 15:34:15 +02:00

15 lines
276 B
C++

#pragma once
#include "FortAthenaMutator.h"
#include "reboot.h"
class AFortAthenaMutator_TDM : public AFortAthenaMutator
{
public:
static UClass* StaticClass()
{
static auto Class = FindObject<UClass>("/Script/FortniteGame.FortAthenaMutator_TDM");
return Class;
}
};