修复打包异常
This commit is contained in:
parent
164ad9b4ac
commit
9f4c8e213a
@ -38,8 +38,6 @@ namespace QFramework
|
|||||||
retNode.OnFinished = OnFinished;
|
retNode.OnFinished = OnFinished;
|
||||||
return retNode;
|
return retNode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public ulong ActionID { get; set; }
|
public ulong ActionID { get; set; }
|
||||||
public ActionStatus Status { get; set; }
|
public ActionStatus Status { get; set; }
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,6 @@ using UnityEngine;
|
|||||||
using QFramework;
|
using QFramework;
|
||||||
using System;
|
using System;
|
||||||
using QFramework.Example;
|
using QFramework.Example;
|
||||||
using static UnityEditor.Progress;
|
|
||||||
public class TimeTipAction : IAction
|
public class TimeTipAction : IAction
|
||||||
{
|
{
|
||||||
public ulong ActionID { get; set; }
|
public ulong ActionID { get; set; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user