rokojori_action_library/Runtime/Text/Parsing/Statements/ASTStatement.cs

10 lines
115 B
C#

using System.Collections.Generic;
using Rokojori.Extensions;
namespace Rokojori;
public interface Statement
{
}