You've already forked CC-Framework.Commercialization
feat: add editor ad placement diagnostics
This commit is contained in:
@@ -7,4 +7,9 @@
|
||||
void EventLog(string eventTable, string eventValue, string eventMessage = null);
|
||||
void SetMask(bool isOpen);
|
||||
}
|
||||
}
|
||||
|
||||
public interface IAdEditorDiagnostics
|
||||
{
|
||||
void LogEditorAdPlacement(ADConfig adConfig, AD_Type adType, string adScene, string action, object[] args);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user