rj-action-library/Runtime/Godot/IAssemblyReload.cs

12 lines
191 B
C#
Raw Normal View History

2025-06-19 17:22:25 +00:00
using Godot;
using System.Text;
using System.Collections.Generic;
using System.Linq;
namespace Rokojori
{
public interface IAssemblyReload
{
public void OnAssemblyReloaded();
}
}