Skip to content

Commit

Permalink
Fix: Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gianalarcon committed Nov 4, 2024
1 parent b607a1e commit 474fb0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/systems/actions.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ pub mod actions {

#[generate_trait]
impl InternalImpl of InternalTrait {
/// Use the default namespace "dojo_starter". This function is handy since the ByteArray
/// can't be const.
fn world_default(self: @ContractState) -> dojo::world::WorldStorage {
self.world(@"dojo_starter")
}
Expand Down

0 comments on commit 474fb0d

Please sign in to comment.