This commit is contained in:
2026-04-28 19:04:09 +07:00
parent 9484f1f1d4
commit 6a5baedced
7 changed files with 321 additions and 330 deletions

View File

@@ -1,4 +1,5 @@
using System.Collections.Generic;
#if false
using System.Collections.Generic;
using Fusion;
using TMPro;
using UnityEngine;
@@ -96,4 +97,5 @@
// tạo phòng mới với tên đã nhập
await spawner.StartHost(roomName, SceneRef.FromIndex(1));
}
}
}
#endif