Merge branch 'master' into LouDi_Quan

This commit is contained in:
shenjianxing 2024-12-30 20:09:20 +08:00
commit 4cd3592183
2 changed files with 0 additions and 3 deletions

View File

@ -38,8 +38,6 @@ namespace QFramework
retNode.OnFinished = OnFinished;
return retNode;
}
public ulong ActionID { get; set; }
public ActionStatus Status { get; set; }

View File

@ -4,7 +4,6 @@ using UnityEngine;
using QFramework;
using System;
using QFramework.Example;
using static UnityEditor.Progress;
public class TimeTipAction : IAction
{
public ulong ActionID { get; set; }