我滴个乖乖
This commit is contained in:
8
ZelWiki.Engine/WikiOrderedMatch.cs
Normal file
8
ZelWiki.Engine/WikiOrderedMatch.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace ZelWiki.Engine
|
||||
{
|
||||
public class WikiOrderedMatch
|
||||
{
|
||||
public string Value { get; set; } = string.Empty;
|
||||
public int Index { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user