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