Audio rework (#4421)

This commit is contained in:
metalgearsloth
2023-10-29 14:58:19 +11:00
committed by GitHub
parent 19a3e82848
commit d75dbc901f
131 changed files with 12360 additions and 3859 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>