mirror of
https://github.com/Ratstail91/Mementos.git
synced 2025-11-29 10:34:27 +11:00
Committed everything
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Ink.Parsed
|
||||
{
|
||||
public interface IWeavePoint
|
||||
{
|
||||
int indentationDepth { get; }
|
||||
Runtime.Container runtimeContainer { get; }
|
||||
List<Parsed.Object> content { get; }
|
||||
string name { get; }
|
||||
Identifier identifier { get; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user