LeviLamina
Loading...
Searching...
No Matches
ScriptGameTestConnectivity.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
ScriptModuleGameTest {
6
7
class
ScriptGameTestConnectivity
{
8
public
:
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
ScriptModuleGameTest::ScriptGameTestConnectivity
Definition
ScriptGameTestConnectivity.h:7
src
mc
scripting
modules
gametest
ScriptGameTestConnectivity.h
Generated on
for LeviLamina by
1.16.1