mirror of
https://github.com/Ed94/Cog.git
synced 2026-07-31 11:50:06 +00:00
12 lines
141 B
C++
12 lines
141 B
C++
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
class COGENGINE_API FCogEngineHelper
|
|
{
|
|
public:
|
|
|
|
static void ActorContextMenu(AActor& Actor);
|
|
|
|
};
|