Skip to content

Commit

Permalink
Update godot-macros/src/class/data_models/rpc.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Haller <[email protected]>
  • Loading branch information
Houtamelo and Bromeon authored Sep 20, 2024
1 parent 3e563bb commit 0669831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godot-macros/src/class/data_models/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub enum RpcInfo {
// `args` key in the `rpc` attribute.
// Example:
// const RPC_CFG: RpcConfig = RpcConfig { mode: RpcMode::Authority, ..RpcConfig::default() };
// #[rpc(args = RPC_CFG)]
// #[rpc(config = RPC_CFG)]
Expression(TokenStream),
}

Expand Down

0 comments on commit 0669831

Please sign in to comment.