docs: Add a note about the effect of @export. (#10560)

Add information on @export and RPC.
This commit is contained in:
lena
2025-04-11 17:42:19 +03:00
committed by GitHub
parent 092529f891
commit f31a4ac23f
2 changed files with 5 additions and 2 deletions

View File

@@ -205,6 +205,8 @@ To check whether the peer is server or client:
Multiplayer.IsServer();
.. _doc_high_level_multiplayer_rpcs:
Remote procedure calls
----------------------