重构了底层,方便向Android、Web、Linux进行跨平台迁移

This commit is contained in:
fengjiayi
2024-09-15 12:15:32 +08:00
parent 0271825fa9
commit 19247b5afe
51 changed files with 4987 additions and 1526 deletions

View File

@@ -9,6 +9,10 @@ namespace Serein.Library.Enums
public enum FlowStateType
{
/// <summary>
/// 待执行
/// </summary>
None,
/// <summary>
/// 成功(方法成功执行)
/// </summary>