异步加载已修复, Config更新正推动
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
using Convention;
|
||||
using Convention.WindowsUI.Variant;
|
||||
using Demo.Game.Attr;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using Demo.Game.ConfigType;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Demo.Game
|
||||
@@ -11,6 +8,10 @@ namespace Demo.Game
|
||||
[Scriptable]
|
||||
public class TickMovement : Updatement<Vector3>
|
||||
{
|
||||
protected override ScriptLoadableConfig MakeConfig()
|
||||
{
|
||||
return new UpdatementVec3Config();
|
||||
}
|
||||
public static TickMovement Make()
|
||||
{
|
||||
return new GameObject().AddComponent<TickMovement>();
|
||||
|
||||
Reference in New Issue
Block a user