update core

This commit is contained in:
2023-07-31 09:57:20 +08:00
parent 6707b8b8f8
commit 16fa6029d0
5 changed files with 30 additions and 14 deletions

View File

@@ -13,6 +13,8 @@ namespace Runtime.ADAggregator
protected ADListener adListener;
public Action OnErrorAction;
public AD_Type ADType { get; internal set; }
public int State => curState;
public ADPlayer Init(string key)