LeviLamina
Loading...
Searching...
No Matches
InteractionResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 bool mSuccess : 1;
10 bool mSwing : 1;
11 // NOLINTEND
12};
Definition InteractionResult.h:5