You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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";
0 commit comments