Files
Project-Reboot-3.0/Project Reboot 3.0/FortDecoItemDefinition.h
2023-03-07 11:09:26 -05:00

10 lines
162 B
C++

#pragma once
#include "FortWeaponItemDefinition.h"
class UFortDecoItemDefinition : public UFortWeaponItemDefinition
{
public:
static UClass* StaticClass();
};