Skip to content

Commit c8f1853

Browse files
committed
Fixed struct/class inconsistency
1 parent 66c8ccf commit c8f1853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SmSdk/Character.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ enum ECharacterMovementState : __int8
5050
ECharacterMovementState_Sitting = 3
5151
};
5252

53-
struct Character : public NetObj
53+
class Character : public NetObj
5454
{
5555
/* 0x0028 */ char pad_0x28[0x8];
5656
public:

0 commit comments

Comments
 (0)