RPED (#12008)
* RPED * sound effect * wires must be open finished me appy slices yum yum * Update Resources/Audio/Items/attributions.yml Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com> * Update attributions.yml Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
@@ -89,6 +89,16 @@ namespace Content.Server.DoAfter
|
||||
/// </summary>
|
||||
public object? UserFinishedEvent { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Event to be raised directed to the <see cref="Used"/> entity when the DoAfter is cancelled.
|
||||
/// </summary>
|
||||
public object? UsedCancelledEvent { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Event to be raised directed to the <see cref="Used"/> entity when the DoAfter is finished successfully.
|
||||
/// </summary>
|
||||
public object? UsedFinishedEvent { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Event to be raised directed to the <see cref="Target"/> entity when the DoAfter is cancelled.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user