MCPcopy Create free account
hub / github.com/davemoore22/sorcery / _initialise

Method _initialise

src/modules/levelup.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40 _initialise();
41};
42
43auto Sorcery::LevelUp::_initialise() -> bool {
44
45 return true;
46}
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected