MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / DifficultyType

Enum DifficultyType

Source/GJGameLevel.h:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23class GJGameLevel;
24
25enum DifficultyType {
26 kMainLevels = 0,
27 kLevelCell,
28 kLevelInfoLayer
29};
30
31class GJGameLevel {
32public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected