功能批量实现 优化 服务端 新浮动小游戏框架 新界面UI
This commit is contained in:
@@ -42,7 +42,10 @@ public class roomPrefab : MonoBehaviour
|
||||
if (roommateUsername != null)
|
||||
{
|
||||
roommateUsername.text = participant != null
|
||||
? string.IsNullOrWhiteSpace(participant.display_name) ? participant.steam_id : participant.display_name
|
||||
? GameServer.Client.NetworkManager.ResolveDisplayName(
|
||||
participant.display_name,
|
||||
participant.steam_id,
|
||||
false)
|
||||
: string.Empty;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user