狗屎Minimax坏我代码

This commit is contained in:
SoulliesOfficial
2026-04-18 13:57:19 -04:00
parent 41140a2017
commit 7379583165
473 changed files with 34480 additions and 8069 deletions

View File

@@ -0,0 +1,12 @@
using System;
namespace SLSUtilities.Feedback
{
/// <summary>
/// 标记 AnimationCurve 字段,使其在 Inspector 中显示震动曲线预设按钮组。
/// </summary>
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
public class ShakeCurvePresetAttribute : Attribute
{
}
}