Add v1.0.3.1
This commit is contained in:
16
Interop/Assembly-CSharp/RootMotion/Axis.cs
Normal file
16
Interop/Assembly-CSharp/RootMotion/Axis.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace RootMotion
|
||||
{
|
||||
// Token: 0x0200039E RID: 926
|
||||
[Serializable]
|
||||
public enum Axis
|
||||
{
|
||||
// Token: 0x04004E4C RID: 20044
|
||||
X,
|
||||
// Token: 0x04004E4D RID: 20045
|
||||
Y,
|
||||
// Token: 0x04004E4E RID: 20046
|
||||
Z
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user