using System; namespace RootMotion { [Serializable] public enum Axis { X = 0, Y = 1, Z = 2 } }