Skip to content

Commit

Permalink
squash_before_merge
Browse files Browse the repository at this point in the history
  • Loading branch information
loothero committed Sep 27, 2023
1 parent bd96313 commit 7b8485b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/game/src/lib.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ mod Game {
/// @dev The function asserts the provided weapon's validity, starts the game, and distributes rewards.
///
/// @param client_reward_address Address where client rewards should be sent.
/// @param weapon A u8 representing the weapon to start the game with. Valid options are: {wand: 12, book: 17, short sword: 46, club: 76}
/// @param weapon A u8 representing the weapon to start the game with. Valid options are: {wand: 12, book: 17, short sword: 46, club: 76}
/// @param name A u128 value representing the player's name.
fn new_game(
ref self: ContractState, client_reward_address: ContractAddress, weapon: u8, name: u128,
Expand Down

0 comments on commit 7b8485b

Please sign in to comment.