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

9 lines
88 B
C#
Raw Normal View History

2026-04-27 08:15:59 +00:00
using System.Collections.Generic;
namespace Rokojori;
public interface Statement
{
}