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

Method Training

src/modules/training.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#include "types/game.hpp"
38
39Sorcery::Training::Training(Context &ctx)
40 : _ctx{ctx} {
41
42 _initialise();
43
44 _create = std::make_unique<Create>(_ctx);
45};
46
47Sorcery::Training::~Training() {}
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected