feat: add editor ad placement diagnostics

This commit is contained in:
2026-06-17 18:21:24 +08:00
parent 3fcd4a5af8
commit a90e5c8d21
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);
}
}