Skip to content

Commit

Permalink
Update examples/spawn-and-move/src/actions.cairo
Browse files Browse the repository at this point in the history
Co-authored-by: glihm <[email protected]>
  • Loading branch information
remybar and glihm authored Mar 6, 2024
1 parent ce78cf1 commit 7449812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/spawn-and-move/src/actions.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use dojo_examples::models::{Position, Vec2};
#[dojo::interface]
trait IActions {
fn spawn();
fn move(direction: dojo_examples::models::Direction);
fn move(direction: Direction);
}

#[dojo::interface]
Expand Down

0 comments on commit 7449812

Please sign in to comment.