自动化生成字典

This commit is contained in:
2025-12-12 15:19:10 +08:00
parent ae9793d6f9
commit ddf38a88b6
30 changed files with 353 additions and 294 deletions

View File

@@ -1,9 +1,11 @@
using Demo.Attr;
using Dreamteck.Splines;
using System.Collections;
using UnityEngine;
namespace Demo.Game
{
[Scriptable]
public class SplineRenderer : BasicSplineRenderer<Dreamteck.Splines.SplineRenderer>
{
public static SplineRenderer Make()