We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f75d43 commit c879e2bCopy full SHA for c879e2b
.changeset/dry-camels-accept.md
@@ -7,7 +7,7 @@ Added experimental system libraries for World systems for easier ergonomics when
7
Note that these libraries are marked experimental as we may make breaking changes to their interfaces.
8
9
```solidity
10
-import { worldRegistrationSystem } from "@latticexyz/world/src/experimental/codegen/systems/WorldRegistrationSystemLib.sol";
+import { worldRegistrationSystem } from "@latticexyz/world/src/codegen/experimental/systems/WorldRegistrationSystemLib.sol";
11
12
// equivalent to `IBaseWorld(_world()).registerNamespace("hello")` but directly routed through `world.call` for better gas.
13
worldRegistrationSystem.registerNamespace("hello");
0 commit comments