This commit is contained in:
陈思海 2025-03-14 17:10:06 +08:00
parent 204cfe4bcf
commit 70468d6a22

View File

@ -58,6 +58,6 @@ namespace AlicizaX.AnimationFlow.Runtime
{ {
return target != null ? target.name : null; return target != null ? target.name : null;
} }
} }
} }