implicit item locking
This commit is contained in:
@@ -70,6 +70,7 @@ struct Fixture
|
||||
[this]() { return nextBuildingId++; },
|
||||
[this](int n) { stock += n; },
|
||||
[](const std::string&, QVector2D, const std::optional<ShipLayoutConfig>&) {},
|
||||
[](const std::string&) -> bool { return true; },
|
||||
rng)
|
||||
, ships(cfg, admin)
|
||||
, scraps(admin)
|
||||
|
||||
Reference in New Issue
Block a user