Files
Project-Reboot-3.0/Project Reboot 3.0/AthenaMarkerComponent.h
2023-03-11 09:24:00 -05:00

9 lines
110 B
C++

#pragma once
#include "ActorComponent.h"
class UAthenaMarkerComponent : public UActorComponent
{
public:
};