Skip to content

Commit 3e14de5

Browse files
committed
update changeset
1 parent c8d47e2 commit 3e14de5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.changeset/small-horses-own.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
---
22
"@latticexyz/world": patch
3+
"@latticexyz/cli": patch
34
---
45

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

Comments
 (0)