Revert "Added button and manager for in game bug reports (Part 1)" (#39872)

Revert "Added button and manager for in game bug reports (Part 1) (#35350)"

This reverts commit a8d6dbc324.
This commit is contained in:
Fildrance
2025-08-28 11:46:24 +03:00
committed by GitHub
parent 420fb5cebf
commit 60ea135fd3
37 changed files with 3 additions and 1831 deletions

View File

@@ -464,7 +464,6 @@ public enum LogType
/// Logs related to botany, such as planting and harvesting crops
/// </summary>
Botany = 100,
/// <summary>
/// Artifact node got activated.
/// </summary>
@@ -479,9 +478,4 @@ public enum LogType
/// Events relating to midi playback.
/// </summary>
Instrument = 103,
/// <summary>
/// For anything relating to bug reports.
/// </summary>
BugReport = 104,
}