添加项目文件。
This commit is contained in:
10
TightWiki.Engine.Function/PrototypeSet.cs
Normal file
10
TightWiki.Engine.Function/PrototypeSet.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace TightWiki.Engine.Function
|
||||
{
|
||||
public class PrototypeSet
|
||||
{
|
||||
public string FunctionPrefix { get; set; } = string.Empty;
|
||||
public string ProperName { get; set; } = string.Empty;
|
||||
public string FunctionName { get; set; } = string.Empty;
|
||||
public FunctionPrototype Value { get; set; } = new();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user