Files
Project-Reboot-3.0/Project Reboot 3.0/EnvQuery.h
2023-05-18 16:34:17 -04:00

8 lines
94 B
C++

#pragma once
#include "Object.h"
class UEnvQuery : public UObject // UDataAsset
{
public:
};