From 1c8bb16640cb9e700949d79ab20d106ef3439dc0 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Fri, 17 Oct 2025 18:42:30 +1000 Subject: [PATCH] fix warning --- src/SharpIDE.Godot/GDExtensionBindgen/Terminal.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SharpIDE.Godot/GDExtensionBindgen/Terminal.cs b/src/SharpIDE.Godot/GDExtensionBindgen/Terminal.cs index 0981363..f4c5c89 100644 --- a/src/SharpIDE.Godot/GDExtensionBindgen/Terminal.cs +++ b/src/SharpIDE.Godot/GDExtensionBindgen/Terminal.cs @@ -292,6 +292,7 @@ public class Terminal set => _object.LocalizeNumeralSystem = value; } + [Obsolete("Use 'Godot.Node.AutoTranslateMode' and 'Godot.Node.CanAutoTranslate()' instead.")] public bool AutoTranslate { get => _object.AutoTranslate;