mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 09:06:41 +02:00
7 lines
170 B
C#
7 lines
170 B
C#
namespace YesNt.Interpreter.Runtime
|
|
{
|
|
internal abstract class StatementRuntimeInformation
|
|
{
|
|
public RuntimeInformation RuntimeInfo { get; set; }
|
|
}
|
|
} |