自动化生成字典
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
using Convention;
|
||||
using Demo.Attr;
|
||||
using Dreamteck.Splines;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using Convention;
|
||||
using Dreamteck.Splines;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Demo.Game
|
||||
@@ -48,6 +49,7 @@ namespace Demo.Game
|
||||
}
|
||||
}
|
||||
|
||||
[Scriptable]
|
||||
public class SplineCore : ScriptableObject
|
||||
{
|
||||
protected override bool IsSelfEnableUpdate => false;
|
||||
|
||||
Reference in New Issue
Block a user