Files
ph/include/Player/LinkStateHandler.hpp
T
2024-03-20 19:48:26 +01:00

15 lines
257 B
C++

#pragma once
#include "global.h"
#include "types.h"
#include "System/SysNew.hpp"
#include "Player/PlayerLink.hpp"
class LinkStateHandler : public SysObject {
/* 0 (vtable) */
/* 4 */ unk32 mSubState;
/* 8 */ PlayerLink *mLink;
/* c */
};