Files
yandex-quest/Assets/Plugins/Zenject/Source/Runtime/AnimatorInterfaces/IAnimatorIkHandler.cs
T
2023-07-03 13:42:10 +05:00

9 lines
104 B
C#

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