Files
2026-03-20 13:04:43 +02:00

9 lines
104 B
C#

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