v1.7.7.0 (Winter Update 2024)

This commit is contained in:
Regalis11
2024-12-11 13:26:13 +02:00
parent 7d5b7a310a
commit f6349b2175
256 changed files with 4794 additions and 1653 deletions
@@ -54,6 +54,13 @@ namespace Barotrauma
static partial class ToolBox
{
/// <summary>
/// Returns the Barotrauma.dll assembly.
/// Used with <see cref="ReflectionUtils.GetTypeWithBackwardsCompatibility"/>
/// </summary>
public static Assembly BarotraumaAssembly
=> Assembly.GetAssembly(typeof(GameMain));
public static bool IsProperFilenameCase(string filename)
{
//File case only matters on Linux where the filesystem is case-sensitive, so we don't need these errors in release builds.