blocks4u/Assets/Blocks4u/Runtime/IBlocklyLogic.cs

7 lines
89 B
C#

namespace Blocks4u.Runtime
{
public interface IBlocklyLogic
{
}
}