1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#pragma once #include "KingSystem/Utils/Types.h" #include "KingSystem/World/worldShootingStarMgr.h" namespace ksys::world { // TODO class ShootingStarMgrEx : public ShootingStarMgr { public: ShootingStarMgrEx(); u8 _30[0x88 - 0x30]; }; KSYS_CHECK_SIZE_NX150(ShootingStarMgrEx, 0x88); } // namespace ksys::world