Revert audio rework (#4554)

This commit is contained in:
metalgearsloth
2023-11-07 09:34:09 +11:00
committed by GitHub
parent dcd9939554
commit 170d192791
131 changed files with 3864 additions and 12369 deletions

View File

@@ -87,8 +87,6 @@ namespace Robust.Shared.Maths
get => (TopRight - BottomLeft) * 0.5f;
}
public static Box2 Empty = new Box2();
/// <summary>
/// A 1x1 unit box with the origin centered.
/// </summary>