Audio rework unrevert + audio packaging (#4555)

Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
This commit is contained in:
metalgearsloth
2023-11-27 22:12:26 +11:00
committed by GitHub
parent 24b0165ec9
commit 2733435218
116 changed files with 12666 additions and 3725 deletions

View File

@@ -87,6 +87,8 @@ 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>