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