Temp-Classes/script/globals/GSBD_PropertyInstances.hpp
maybegreat48 7fd23fde00 Add global classes (#93)
* feat(Network): add snConnectToPeerTaskData and snConnectToPeerTaskResult
* feat(Script): Add script global structs
* fix(CMake): Try to get includes to work
* chore(Globals): try to fix linux build
* chore(Globals): Actually rename all instances of TIMER
2023-01-03 12:15:06 +00:00

11 lines
350 B
C++

#pragma once
#include "../types.hpp"
// this is why your apartment generally takes years to load
struct GSBD_PropertyInstances
{
SCR_ARRAY<GAMER_HANDLE, 32> PropertyOwners;
uint64_t PAD_0417[14]; // unused
SCR_ARRAY<uint64_t, 32> PropertyOwnerInstances;
};
static_assert(sizeof(GSBD_PropertyInstances) == 464 * 8);