Unreal-RedNetwork/Source/RedNetwork/Public/RedNetworkType.h

10 lines
106 B
C
Raw Normal View History

2021-01-02 02:52:05 +00:00
#pragma once
#include "CoreMinimal.h"
2021-01-05 11:48:45 +00:00
struct REDNETWORK_API FRedNetworkPass
2021-01-02 02:52:05 +00:00
{
int32 ID;
int32 Key;
};