LeviLamina
Loading...
Searching...
No Matches
ScriptGameTestConnectivity.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace ScriptModuleGameTest {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<1, 1, bool> mNorth;
12 ::ll::TypedStorage<1, 1, bool> mEast;
13 ::ll::TypedStorage<1, 1, bool> mSouth;
14 ::ll::TypedStorage<1, 1, bool> mWest;
15 // NOLINTEND
16};
17
18} // namespace ScriptModuleGameTest
Definition ScriptGameTestConnectivity.h:7