forked from Raphael/SCHALE.GameServer
29 lines
439 B
C#
29 lines
439 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace SCHALE.Common.FlatData
|
|
{
|
|
|
|
public enum EquipmentCategory : int
|
|
{
|
|
Unable = 0,
|
|
Exp = 1,
|
|
Bag = 2,
|
|
Hat = 3,
|
|
Gloves = 4,
|
|
Shoes = 5,
|
|
Badge = 6,
|
|
Hairpin = 7,
|
|
Charm = 8,
|
|
Watch = 9,
|
|
Necklace = 10,
|
|
WeaponExpGrowthA = 11,
|
|
WeaponExpGrowthB = 12,
|
|
WeaponExpGrowthC = 13,
|
|
WeaponExpGrowthZ = 14,
|
|
};
|
|
|
|
|
|
}
|