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

10 lines
135 B
C#

namespace MoleMole.Config
{
public class AnimatorEventPattern
{
public string name;
public AnimatorEvent[] animatorEvents;
}
}