|
using Godot;
|
|
using System.Collections.Generic;
|
|
|
|
using Rokojori.Extensions;
|
|
namespace Rokojori
|
|
{
|
|
public class EditableSFO:SceneFileObject
|
|
{
|
|
public static readonly string headerType = "editable";
|
|
|
|
public readonly SFHStringAttribute path = new SFHStringAttribute( "path" );
|
|
|
|
}
|
|
} |