using Godot; using System.Collections.Generic; using Rokojori.Extensions; namespace Rokojori { public class SceneFileHeader { public string type; public List attributes = new List(); } }