恢复错误提交

This commit is contained in:
“虞渠成” 2026-07-22 13:17:36 +08:00
parent 00e19ec55a
commit 3805e9c46e

View File

@ -82,9 +82,11 @@ namespace Kill.Network
async void Start() async void Start()
{ {
#if UNITY_IOS
platform = "IOS"; platform = "IOS";
#else
platform = "ANDROID";
#endif
Debug.Log("Init"); Debug.Log("Init");
await Init(); await Init();
} }