Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mqole committed Feb 27, 2025
1 parent e094afa commit b303784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Throwing/BeforeThrowEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public BeforeThrowEvent(EntityUid itemUid, Vector2 direction, float throwSpeed,
}

public EntityUid ItemUid { get; set; }
public Vector2 Direction { get; }
public Vector2 Direction { get; set; } // Frontier: added set
public float ThrowSpeed { get; set;}
public EntityUid PlayerUid { get; }

Expand Down

0 comments on commit b303784

Please sign in to comment.