Files
Milxnor 80b4b20d73 a lot
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
2023-04-09 01:16:08 -04:00

16 lines
176 B
C++

#pragma once
#include "SharedPointer.h"
#include "inc.h"
struct ITextData
{
};
class FText
{
public:
TSharedRef<ITextData, ESPMode::ThreadSafe> TextData;
uint32 Flags;
};