Skip to content

Commit efae95c

Browse files
committed
update changeset
1 parent c8d47e2 commit efae95c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.changeset/small-horses-own.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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` imported from `@latticexyz/world/src/System.sol`.
7+
8+
```solidity
9+
import {System} from "@latticexyz/world/src/System.sol";
10+
11+
contract SomeSystem is System {
12+
...
13+
}
14+
```

0 commit comments

Comments
 (0)