LeviLamina
Loading...
Searching...
No Matches
GoalId.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct GoalId {
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<2, 2, ushort> mTypeId;
10 ::ll::TypedStorage<4, 4, uint> mSuffixHash;
11 // NOLINTEND
12};
Definition GoalId.h:5