using Godot; using System; public partial class ExportedFields : GodotObject { // Note we use Array and not System.Array. This tests the generated namespace qualification. [Export] private Int64[] _fieldEmptyInt64Array = Array.Empty(); }