Add LinkDamage class definition

This commit is contained in:
Aetias
2024-03-20 19:48:26 +01:00
parent bd0a74f62f
commit 29e5b949c0
12 changed files with 179 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
#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 */
};