#pragma once #include "../types.hpp" #include "../Timer.hpp" struct g_AMC_playerBD_Entry { SCR_ARRAY UsedContactServicesTimer; // only index 2 (mugger) is actually used by the scripts. the rest is just a waste of bandwidth SCR_ARRAY ContactServiceCooldowns; // same as above }; static_assert(sizeof(g_AMC_playerBD_Entry) == 245 * 8); struct g_AMC_playerBD { SCR_ARRAY Entries; }; static_assert(sizeof(g_AMC_playerBD) == 7841 * 8);