Files
2025-09-18 00:07:48 +08:00

10 lines
200 B
C#

namespace CC
{
[System.Serializable]
public class FootOffset
{
public float HeightOffset = -1;
public float FootRotation = 0;
public float BallRotation = 0;
}
}