心跳包
This commit is contained in:
parent
8fb8460d04
commit
d1cc7a3b0b
@ -1 +1 @@
|
||||
Subproject commit f9085935d5427ccc6ac969d9721c841354f63e43
|
||||
Subproject commit 8fde270423daa41bf2968599462aafe4bac70722
|
@ -87,6 +87,11 @@ public class AssetsPanel : MonoBehaviour
|
||||
isUpdating = false;
|
||||
}
|
||||
|
||||
private void OnEnable()
|
||||
{
|
||||
InvokeRepeating("UpDateText", 1f, 1f);
|
||||
}
|
||||
|
||||
private void OnDisable()
|
||||
{
|
||||
CancelInvoke("UpDateText");
|
||||
|
Loading…
Reference in New Issue
Block a user