#pragma once #include "../types.hpp" struct GSBD_Kicking { SCR_ARRAY KickedPlayers; }; static_assert(sizeof(GSBD_Kicking) == 33 * 8);