mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
fix looting s5, fix mcp skins on <S9, add team map markers to s8+, add nomcp to s5, add something that should fix some issues on a lot of versions
13 lines
223 B
C++
13 lines
223 B
C++
#pragma once
|
|
|
|
#include "Object.h"
|
|
#include "UnrealString.h"
|
|
#include "Text.h"
|
|
|
|
class UKismetTextLibrary : public UObject
|
|
{
|
|
public:
|
|
static FText Conv_StringToText(const FString& inString);
|
|
|
|
static UClass* StaticClass();
|
|
}; |