Add chatty lathes (#34959)
This commit is contained in:
committed by
GitHub
parent
be5bbd4dc3
commit
5d38ae56de
@@ -54,7 +54,7 @@ public sealed partial class TechnologyDatabaseComponent : Component
|
||||
/// server to all of it's clients.
|
||||
/// </remarks>
|
||||
[ByRefEvent]
|
||||
public readonly record struct TechnologyDatabaseModifiedEvent;
|
||||
public readonly record struct TechnologyDatabaseModifiedEvent(List<string>? NewlyUnlockedRecipes);
|
||||
|
||||
/// <summary>
|
||||
/// Event raised on a database after being synchronized
|
||||
|
||||
Reference in New Issue
Block a user