-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`self` parameter is not mandatory anymore in dojo::contract. If not present, it will be automatically added during code expansion. if a `world: IWorldDispatcher` parameter is given, it is removed and replace by the `let world = self.world_dispatcher.read();` statement at the beginning of the function body.
- Loading branch information
Rémy Baranx
committed
Mar 3, 2024
1 parent
435e3ee
commit 6c28119
Showing
2 changed files
with
350 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.