自动化生成字典

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,11 +1,13 @@
using Convention;
using Demo.Attr;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Convention;
using UnityEngine;
namespace Demo.Game
{
[Scriptable]
public class ParticleEffect : IEffectHookObject, IAssetBundleLoader
{
public static ParticleEffect Make()

View File

@@ -1,8 +1,10 @@
using Convention;
using Demo.Attr;
using UnityEngine;
namespace Demo.Game
{
[Scriptable]
public class FullScreenInteraction : IInteraction
{
public static FullScreenInteraction Make()

View File

@@ -1,4 +1,5 @@
using Convention;
using Demo.Attr;
using NUnit.Framework.Internal;
using System.Collections;
using System.Collections.Generic;
@@ -6,6 +7,7 @@ using UnityEngine;
namespace Demo.Game
{
[Scriptable]
public class ParticleJudgement : IJudgementHookObject, IAssetBundleLoader
{
public static ParticleJudgement Make()