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

10 lines
115 B
C#
Raw Normal View History

2026-04-27 08:15:59 +00:00
using System.Collections.Generic;
2026-05-22 12:25:02 +00:00
using Rokojori.Extensions;
2026-04-27 08:15:59 +00:00
namespace Rokojori;
public interface Statement
{
}