Files
Project-Reboot-3.0/Project Reboot 3.0/Level.h
Milxnor cb57a1b843 too much stuff
fix s3, fix health + backpack bug on 1.11, change replciation, fix 7.20 & 12.61, fix backpack on >S9, probably some other stuff i forgot
2023-04-03 02:04:29 -04:00

10 lines
147 B
C++

#pragma once
#include "World.h"
class ULevel : public UObject
{
public:
UWorld*& GetOwningWorld();
bool HasVisibilityChangeRequestPending();
};