Files
Project-Reboot-3.0/Project Reboot 3.0/Texture2D.h
2024-09-14 10:07:50 -04:00

9 lines
124 B
C++

#pragma once
#include "Object.h"
class UTexture2D : public UObject // UTexture
{
public:
static UClass* StaticClass();
};