Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
2025-07-15 22:22:51 +08:00
parent c184035378
commit f965857267
17 changed files with 17046 additions and 17637 deletions

View File

@@ -140,6 +140,7 @@ namespace Ichni.Editor
public RectTransform moveTabPoint;
public void Elementfind(GameElement element)
{
if (element == null) return;
foreach (var i in element.childElementList)
{
if (i is NoteBase)