feat: add editor ad placement diagnostics

This commit is contained in:
2026-06-17 18:21:24 +08:00
parent ab4df03199
commit 69330ca3bb
4 changed files with 32 additions and 4 deletions

View File

@@ -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);
}
}