Skip to content

Commit

Permalink
Merge pull request godotengine#99752 from Faless/mp/fix_offlfine_mp_docs
Browse files Browse the repository at this point in the history
[MP] Move OfflineMultiplayerPeer docs to the module
  • Loading branch information
akien-mga committed Dec 2, 2024
2 parents 4a887ce + f511ef2 commit ab54ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/multiplayer/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def get_doc_classes():
"SceneMultiplayer",
"MultiplayerSpawner",
"MultiplayerSynchronizer",
"OfflineMultiplayerPeer",
]


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="OfflineMultiplayerPeer" inherits="MultiplayerPeer" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<class name="OfflineMultiplayerPeer" inherits="MultiplayerPeer" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
A [MultiplayerPeer] which is always connected and acts as a server.
</brief_description>
Expand Down

0 comments on commit ab54ba9

Please sign in to comment.