mirror of
https://github.com/ApfelTeeSaft/Project-Reboot-3.0.git
synced 2026-08-26 19:33:24 +00:00
9 lines
167 B
C++
9 lines
167 B
C++
#include "Texture2D.h"
|
|
|
|
#include "reboot.h"
|
|
|
|
UClass* UTexture2D::StaticClass()
|
|
{
|
|
static auto Class = FindObject<UClass>(L"/Script/Engine.Texture2D");
|
|
return Class;
|
|
} |