LeviLamina
Loading...
Searching...
No Matches
JSShapeProperty.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 uint mUnkd5c56e : 26;
10 uint mUnk6c948a : 6;
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
16 JSShapeProperty& operator=(JSShapeProperty const&);
19};
Definition JSShapeProperty.h:5
Definition Alias.h:14