This repository has been archived on 2025-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
2024-04-21 00:21:57 +00:00
|
|
|
// <auto-generated>
|
|
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
// </auto-generated>
|
|
|
|
|
|
|
|
namespace SCHALE.Common.FlatData
|
|
|
|
{
|
|
|
|
|
|
|
|
public enum RecipeType : int
|
|
|
|
{
|
2024-12-30 22:20:43 +00:00
|
|
|
None = 0,
|
2024-04-21 00:21:57 +00:00
|
|
|
Craft = 1,
|
|
|
|
SkillLevelUp = 2,
|
|
|
|
CharacterTranscendence = 3,
|
|
|
|
EquipmentTierUp = 4,
|
|
|
|
CafeRankUp = 5,
|
|
|
|
SelectionItem = 6,
|
|
|
|
WeaponTranscendence = 7,
|
|
|
|
SelectRecruit = 8,
|
|
|
|
CharacterPotential = 9,
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
}
|