14 lines
174 B
C#
14 lines
174 B
C#
using UnityEngine;
|
|
|
|
namespace Moonlit.FootstepPro
|
|
{
|
|
public class FootInfo
|
|
{
|
|
public FootstepDataType Data;
|
|
|
|
public Vector3 Position;
|
|
|
|
public Quaternion Rotation;
|
|
}
|
|
}
|