Skip to content
DummkopfOfHachtenduden edited this page Aug 21, 2016 · 1 revision
public enum AlchemyAction : byte
{
    Cancel = 1,
    Fuse = 2,    
    Create = 3, //for Socket
    Remove = 4, //for Socket
}
Clone this wiki locally