1
This commit is contained in:
parent
11779be749
commit
de69363378
@ -880,6 +880,8 @@ namespace GameLogic
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
await UniTask.Delay(500);
|
||||||
|
|
||||||
// 排序
|
// 排序
|
||||||
m_TempList.Sort((a, b) =>
|
m_TempList.Sort((a, b) =>
|
||||||
{
|
{
|
||||||
@ -893,7 +895,7 @@ namespace GameLogic
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
for (int i = 0; i < 10; i++)
|
for (int i = 0; i < 11; i++)
|
||||||
{
|
{
|
||||||
if (m_TempList[i] == actor)
|
if (m_TempList[i] == actor)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user