新增 FlowScope Git 包雏形
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace FlowScope.Save
|
||||
{
|
||||
internal sealed class SaveEnvelope
|
||||
{
|
||||
public int Version { get; set; }
|
||||
public string Payload { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user