12 lines
191 B
C#
12 lines
191 B
C#
![]() |
using Godot;
|
||
|
using System.Text;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Linq;
|
||
|
|
||
|
namespace Rokojori
|
||
|
{
|
||
|
public interface IAssemblyReload
|
||
|
{
|
||
|
public void OnAssemblyReloaded();
|
||
|
}
|
||
|
}
|