mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
8 lines
159 B
C#
8 lines
159 B
C#
namespace ACE.Entity
|
|
{
|
|
public class AnimationPartChange
|
|
{
|
|
public byte PartIndex { get; set; }
|
|
public uint PartID { get; set; }
|
|
}
|
|
}
|