mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
a medium amount
fix some playlist starter loot, cleanup some code, fix death bugs on 1.8 and 1.7.2, fix reloading not taking items on 1.8 and 1.7.2, fix looting on s9, fix some s15 & s16 builds, fix bug with higher version looting
This commit is contained in:
15
Project Reboot 3.0/FortAthenaMutator_TDM.h
Normal file
15
Project Reboot 3.0/FortAthenaMutator_TDM.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#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;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user