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:
committed by
GitHub
parent
055d62f560
commit
f191c90999
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user