Skip to content
Rekcuz edited this page Mar 4, 2020 · 2 revisions
public enum AlchemyType : byte
{
    Disjoin = 1,
    Manufacture = 2,
    Elixir = 3,
    MagicStone = 4,
    AttributeStone = 5,
    AdvancedElixir = 8,
    Socket = 9,
}
Clone this wiki locally