ace/Source/ACE.Entity/AnimationPartChange.cs
2018-03-06 04:40:11 -05:00

8 lines
159 B
C#

namespace ACE.Entity
{
public class AnimationPartChange
{
public byte PartIndex { get; set; }
public uint PartID { get; set; }
}
}