Files
Project-Reboot-3.0/Project Reboot 3.0/FortWeapon.h
2023-03-04 15:06:07 -05:00

8 lines
73 B
C++

#pragma once
#include "Actor.h"
class AFortWeapon : public AActor
{
};