浏览代码

Remove unused `multiplayer` member from `Node`

HolonProduction 2 周之前
父节点
当前提交
a9673e2bfc
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      scene/main/node.h

+ 0 - 2
scene/main/node.h

@@ -264,8 +264,6 @@ private:
 
 	} data;
 
-	Ref<MultiplayerAPI> multiplayer;
-
 	String _get_tree_string_pretty(const String &p_prefix, bool p_last);
 	String _get_tree_string(const Node *p_node);