using Godot; using System.Collections; using System.Collections.Generic; using Godot.Collections; namespace Rokojori { [Tool] [GlobalClass] public partial class LocaleManager:Node { [Export] public LocaleCode languageLocale; } }