This commit is contained in:
2024-11-24 22:09:12 +08:00
parent c09e6ceb94
commit e340cbd0d0
10 changed files with 551 additions and 129 deletions
@@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using AibisDream;
using UnityEngine;
namespace Framework.Core
@@ -100,11 +99,6 @@ namespace Framework.Core
{
foreach (var component in components)
{
if (attribute.goName == "Min Pointer")
{
Debug.Log(component.name);
}
if (component.name != attribute.goName) continue;
field.SetValue(mono, component);
break;