Make energy sword reflect projectiles and hitscan shots (#14029)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Content.Shared.Weapons.Ranged.Events;
|
||||
|
||||
/// <summary>
|
||||
/// Shot may be reflected by setting <see cref="Reflected"/> to true
|
||||
/// and changing <see cref="Direction"/> where shot will go next
|
||||
/// </summary>
|
||||
[ByRefEvent]
|
||||
public record struct HitScanReflectAttemptEvent(Vector2 Direction, bool Reflected);
|
||||
Reference in New Issue
Block a user