Skip to content

Commit

Permalink
fix: exclude world systems
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadaaa committed May 28, 2024
1 parent 457036f commit 92c2aa7
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 101 deletions.
5 changes: 5 additions & 0 deletions packages/world/mud.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,10 @@ export default defineWorld({
// TODO: add support for inheritance to worldgen
// (see: https://github.com/latticexyz/mud/issues/631)
"StoreRegistrationSystem",
"PayableFallbackSystem",
"TestSystem",
"UtilsTestSystem",
"WorldBalanceTestSystem",
"WorldTestSystem",
],
});
17 changes: 0 additions & 17 deletions packages/world/src/codegen/interfaces/IBaseWorld.sol

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions packages/world/src/codegen/interfaces/IPayableFallbackSystem.sol

This file was deleted.

13 changes: 0 additions & 13 deletions packages/world/src/codegen/interfaces/ITestSystem.sol

This file was deleted.

13 changes: 0 additions & 13 deletions packages/world/src/codegen/interfaces/IUtilsTestSystem.sol

This file was deleted.

13 changes: 0 additions & 13 deletions packages/world/src/codegen/interfaces/IWorldBalanceTestSystem.sol

This file was deleted.

34 changes: 0 additions & 34 deletions packages/world/src/codegen/interfaces/IWorldTestSystem.sol

This file was deleted.

0 comments on commit 92c2aa7

Please sign in to comment.