新Feedback系统

This commit is contained in:
SoulliesOfficial
2026-04-12 02:11:15 -04:00
parent f26f9fd374
commit 41140a2017
171 changed files with 296190 additions and 219527 deletions

View File

@@ -12,6 +12,7 @@ namespace SLSUtilities.FunctionalAnimation
public partial class FuncAnimDataCollection : SerializedScriptableObject
{
[Title("武器动作集")]
[Searchable]
[ListDrawerSettings(ShowFoldout = true, CustomRemoveIndexFunction = "OnRemoveItem")]
[OnValueChanged("OnListChanged", true)]
public List<FuncAnimData> animDataList = new List<FuncAnimData>();