Type alias SetNextOpponent
SetNextOpponent: ((nextMatch, nextSide, match?, currentSide?) => void)
Type declaration
-
- (nextMatch, nextSide, match?, currentSide?): void
-
Parameters
-
nextMatch: Match
-
nextSide: Side
-
Optional match: Match
Optional
-
Optional currentSide: Side
Optional
Returns void