add reflect logs (#17006)

This commit is contained in:
Chief-Engineer
2023-06-01 00:57:31 -05:00
committed by GitHub
parent e3109f5d7e
commit 9b1d587235
3 changed files with 20 additions and 5 deletions

View File

@@ -7,4 +7,4 @@ namespace Content.Shared.Weapons.Ranged.Events;
/// and changing <see cref="Direction"/> where shot will go next
/// </summary>
[ByRefEvent]
public record struct HitScanReflectAttemptEvent(ReflectType Reflective, Vector2 Direction, bool Reflected);
public record struct HitScanReflectAttemptEvent(EntityUid? Shooter, EntityUid SourceItem, ReflectType Reflective, Vector2 Direction, bool Reflected);