Release 1.10.5.0 - Autumn Update 2025

This commit is contained in:
Regalis11
2025-09-17 13:44:21 +03:00
parent d13836ce87
commit caa0326cf8
120 changed files with 2584 additions and 635 deletions
@@ -1,7 +1,6 @@
#nullable enable
using System;
using System.Collections.Immutable;
using System.Diagnostics;
namespace Barotrauma
{
@@ -30,6 +29,8 @@ namespace Barotrauma
public LocalizedString NestedStr { get; private set; }
public readonly LocalizedString SanitizedString;
public bool Loaded => loaded;
#if CLIENT
private readonly GUIFont? font;
private readonly GUIComponentStyle? componentStyle;