From 310494375b34ec71bc5e46ed9bae70ab500b923d Mon Sep 17 00:00:00 2001 From: AtelierFerrofell Date: Fri, 1 Aug 2025 19:35:32 -0700 Subject: [PATCH] Update c_sharp_exports.rst to remove note about typed dictionary support That note appears to be obsolete --- tutorials/scripting/c_sharp/c_sharp_exports.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tutorials/scripting/c_sharp/c_sharp_exports.rst b/tutorials/scripting/c_sharp/c_sharp_exports.rst index bf0b216b2..0ae7cdb65 100644 --- a/tutorials/scripting/c_sharp/c_sharp_exports.rst +++ b/tutorials/scripting/c_sharp/c_sharp_exports.rst @@ -580,12 +580,6 @@ Exporting Godot dictionaries Using the generic ``Godot.Collections.Dictionary`` allows specifying the types of the key and value elements of the dictionary. -.. note:: - - Typed dictionaries are currently unsupported in the Godot editor, so - the Inspector will not restrict the types that can be assigned, potentially - resulting in runtime exceptions. - .. code-block:: csharp [Export]