mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
更新HybirdCLR Procedure
更新HybirdCLR Procedure
This commit is contained in:
15
Assets/GameMain/Scripts/GameProcedure/ProcedureLaunch.cs
Normal file
15
Assets/GameMain/Scripts/GameProcedure/ProcedureLaunch.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace TEngine.Runtime
|
||||
{
|
||||
/// <summary>
|
||||
/// 流程加载器 - 开始起点
|
||||
/// </summary>
|
||||
public class ProcedureLaunch : ProcedureBase
|
||||
{
|
||||
|
||||
protected override void OnUpdate(IFsm<IProcedureManager> procedureOwner, float elapseSeconds, float realElapseSeconds)
|
||||
{
|
||||
base.OnUpdate(procedureOwner, elapseSeconds, realElapseSeconds);
|
||||
ChangeState<ProcedureSplash>(procedureOwner);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user