Skip to content

Commit

Permalink
Use shorter links
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Sep 30, 2023
1 parent 9560d62 commit 06aaf8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ And for events with `Box<dyn Reflect>` you can use [`ServerEventAppExt::add_serv
## Server and client creation
To connect to the server or create it, you need to initialize the
[`renet::RenetClient`] and [`renet::transport::NetcodeClientTransport`] **or**
[`renet::RenetServer`] and [`renet::transport::NetcodeServerTransport`] resources from Renet.
[`RenetClient`] and [`NetcodeClientTransport`](renet::transport::NetcodeClientTransport) **or**
[`RenetServer`] and [`NetcodeServerTransport`](renet::transport::NetcodeServerTransport) resources from Renet.
All Renet API is re-exported from this plugin.
Never create client and server resources in the same app for single-player, it will cause replication loop.
Expand Down

0 comments on commit 06aaf8a

Please sign in to comment.