Files
BH3/Assets/Scripts/Assembly-CSharp/MoleMole/AnimationCallbackAttribute.cs
2025-08-13 09:26:42 +08:00

10 lines
181 B
C#

using System;
namespace MoleMole
{
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public class AnimationCallbackAttribute : Attribute
{
}
}