From 79b303529257e10c3569f7d6e396a703c197ac0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E5=90=8D?= <3077614386@qq.com> Date: Fri, 26 Jan 2024 11:33:33 +0800 Subject: [PATCH] 1 --- Assets/Zion/Scripts/Adam/GameManager.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/Zion/Scripts/Adam/GameManager.cs b/Assets/Zion/Scripts/Adam/GameManager.cs index b768b8af..63671256 100644 --- a/Assets/Zion/Scripts/Adam/GameManager.cs +++ b/Assets/Zion/Scripts/Adam/GameManager.cs @@ -425,7 +425,11 @@ public class GameManager : MonoSingleton device.GetComponent().isPlayer = true; } if (device.GetComponent()) + { device.GetComponent().SetTipsColor(); + DroneViewDisplay.Instance.CreateUI(device.GetComponent(), false); + } + } private void OnGetRoomUsers(string obj)