-
Notifications
You must be signed in to change notification settings - Fork 42
BindingOptionType
DummkopfOfHachtenduden edited this page Aug 21, 2016
·
1 revision
public enum BindingOptionType : byte
{
/// <summary>
/// Socket Stones
/// </summary>
Socket = 1,
/// <summary>
/// Advanced Elixirs
/// </summary>
Upper = 2,
}