Desk bells can be rung with activate (#24047)

* Desk bells can be rung with activate

Important

* Remove obsoletions too while I'm at it.
This commit is contained in:
Pieter-Jan Briers
2024-01-14 02:43:59 +01:00
committed by GitHub
parent 055d62f560
commit f191c90999
3 changed files with 36 additions and 9 deletions

View File

@@ -76,4 +76,10 @@ public sealed partial class InteractionPopupComponent : Component
[ViewVariables(VVAccess.ReadWrite)]
public TimeSpan LastInteractTime;
/// <summary>
/// If set to true, activate interactions will also trigger the component.
/// </summary>
[DataField]
public bool OnActivate;
}