mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-15 11:39:16 +01:00
a lottt of stuff
This commit is contained in:
14
Project Reboot 3.0/FortWeaponMeleeItemDefinition.h
Normal file
14
Project Reboot 3.0/FortWeaponMeleeItemDefinition.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "FortWeaponItemDefinition.h"
|
||||
#include "reboot.h"
|
||||
|
||||
class UFortWeaponMeleeItemDefinition : public UFortWeaponItemDefinition
|
||||
{
|
||||
public:
|
||||
static UClass* StaticClass()
|
||||
{
|
||||
static auto Class = FindObject<UClass>("/Script/FortniteGame.FortWeaponMeleeItemDefinition");
|
||||
return Class;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user