恢复错误提交
This commit is contained in:
parent
00e19ec55a
commit
3805e9c46e
@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user