Files
ZuneShell.dll/ZuneDBApi/EPinType.cs
T

7 lines
92 B
C#
Raw Normal View History

2021-11-11 11:18:46 -06:00
public enum EPinType
{
ePinTypeQuickMix = 1,
ePinTypeGeneric = 0,
ePinTypeInvalid = -1
}