add reflect logs (#17006)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user