Files
BusyRabbit/Script/BusyRabbit.Glue/AssetTypes.cs

7 lines
214 B
C#
Raw Normal View History

using UnrealSharp.CoreUObject;
public static class AssetTypes
{
public static readonly FPrimaryAssetType Map = new("Map");
public static readonly FPrimaryAssetType PrimaryAssetLabel = new("PrimaryAssetLabel");
}