ace/Source/ACE.Entity/CreateProfile.cs
gmriggs 8447b0c68e Adding EmoteManager (#722)
* Adding EmoteManager

* This should fix the renamed funcitons I hope
2018-04-06 07:10:20 -05:00

16 lines
365 B
C#

namespace ACE.Entity
{
public class CreateProfile
{
public uint ClassID;
public bool Bound;
public uint PaletteID;
public float Shade;
public float Probability;
public int Destination;
public int Regen;
public ulong StackSize;
public ulong MaxNum;
public ulong Amount;
}
}