update core

This commit is contained in:
2023-01-29 13:41:28 +08:00
parent 4a813fa481
commit 495ec137b5
4 changed files with 2 additions and 37 deletions

View File

@@ -173,6 +173,7 @@ namespace Runtime.ADAggregator
private void InitTimeSystem()
{
this._updateList = new List<Action>(DefaultLength);
this._timeHandlers = new List<AdTimeHandler>();
}
private void _InvokeUpdate(List<Action> list)