IReceiveCard

If implemented in the class which IVVForm was defined, it can get cards of other forms. However, it is necessary to make IVVReceivable implement in the class which implements IVVPlugin.

void ReceiveCard(int[] index);

This method is called when card were transmitted from other forms.

index

Number of transmitted cards is contained as an array.