We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d47e2 commit 3e14de5Copy full SHA for 3e14de5
.changeset/small-horses-own.md
@@ -1,5 +1,16 @@
1
---
2
"@latticexyz/world": patch
3
+"@latticexyz/cli": patch
4
5
-Support systems without the System suffix by adding them to the MUD config.
6
+`mud` CLI commands will now recognize systems without a `System` suffix if they inherit directly from the base `System`.
7
+
8
+Note that the base `System` import name and path must match the following example:
9
10
+```solidity
11
+import {System} from "@latticexyz/world/src/System.sol";
12
13
+contract SomeSystem is System {
14
+ ...
15
+}
16
+```
0 commit comments