Elin Modding Docs Doc
Loading...
Searching...
No Matches
AnimationFrame.cs
1using System;
2using UnityEngine;
3
4// Token: 0x0200003A RID: 58
5[Serializable]
6public class AnimationFrame
7{
8 // Token: 0x0400011C RID: 284
9 public Vector3[] mainHand;
10
11 // Token: 0x0400011D RID: 285
12 public Vector3[] offHand;
13}