Fix multiple research consoles exploit (#34334)

This commit is contained in:
themias
2025-02-10 21:52:26 -05:00
committed by GitHub
parent a8715dc6a7
commit d351f32230
4 changed files with 18 additions and 2 deletions

View File

@@ -55,3 +55,10 @@ public sealed partial class TechnologyDatabaseComponent : Component
/// </remarks>
[ByRefEvent]
public readonly record struct TechnologyDatabaseModifiedEvent;
/// <summary>
/// Event raised on a database after being synchronized
/// with the values from another database.
/// </summary>
[ByRefEvent]
public readonly record struct TechnologyDatabaseSynchronizedEvent;