Files

9 lines
104 B
C#

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