Merge branch 'asset_window_reload_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-asset_window_reload_fix

This commit is contained in:
2026-08-29 23:16:35 +02:00
9 changed files with 183 additions and 122 deletions
+5
View File
@@ -28,6 +28,11 @@ API_ENUM() enum class ClosingReason
/// The close event.
/// </summary>
CloseEvent,
/// <summary>
/// The scripts reload event.
/// </summary>
ScriptsReload,
};
/// <summary>