10 lines
200 B
C#
10 lines
200 B
C#
namespace CC
|
|
{
|
|
[System.Serializable]
|
|
public class FootOffset
|
|
{
|
|
public float HeightOffset = -1;
|
|
public float FootRotation = 0;
|
|
public float BallRotation = 0;
|
|
}
|
|
} |