Files
2026-03-16 14:38:46 +02:00

9 lines
104 B
C#

namespace Zenject
{
public interface IAnimatorIkHandler
{
void OnAnimatorIk();
}
}