FFACETools.FFACE.ShopQuantity C# (CSharp) Method

ShopQuantity() private method

private ShopQuantity ( int instanceID ) : byte
instanceID int
return byte
        private static extern byte ShopQuantity(int instanceID);
FFACE