Bullet flyby sounds (#8317)
This commit is contained in:
@@ -23,5 +23,10 @@ namespace Content.Server.Stunnable.Components
|
||||
|
||||
[DataField("runSpeedMultiplier")]
|
||||
public float RunSpeedMultiplier = 1f;
|
||||
|
||||
/// <summary>
|
||||
/// Fixture we track for the collision.
|
||||
/// </summary>
|
||||
[ViewVariables, DataField("fixture")] public string FixtureID = "projectile";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user