update core

This commit is contained in:
2023-07-31 09:57:20 +08:00
parent abc996cdc9
commit acff3d126b
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)