메소드 | 설명 | |
---|---|---|
SubstitutionEvent ( Alpaca pac, string idGoingIn, string idGoingOut, string teamId ) : System | ||
ToString ( ) : string | ||
resolve ( ) : void |
Subs in the player going in for the player going out
|
|
serialize ( ) : string |
Converts this class to a Json serialized object, with the correct fields.
|
|
unresolve ( ) : void |
Undoes a substitution.
|
public SubstitutionEvent ( Alpaca pac, string idGoingIn, string idGoingOut, string teamId ) : System | ||
pac | Alpaca | |
idGoingIn | string | |
idGoingOut | string | |
teamId | string | |
리턴 | System |