using Godot;
using System.Text;
using System.Collections.Generic;
using System.Linq;
namespace Rokojori
{
public interface IAssemblyReload
public void OnAssemblyReloaded();
}