C# Class _20.Events.JumpballEvent

Inheritance: Event
Afficher le fichier Open project: jdharms/20-20 Class Usage Examples

Méthodes publiques

Méthode Description
JumpballEvent ( Alpaca pac, string homePlayerId, string awayPlayerId, string winner, Point location ) : System
ToString ( ) : string
resolve ( ) : void
serialize ( ) : string
unresolve ( ) : void

Method Details

JumpballEvent() public méthode

public JumpballEvent ( Alpaca pac, string homePlayerId, string awayPlayerId, string winner, Point location ) : System
pac Alpaca
homePlayerId string
awayPlayerId string
winner string
location Point
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

resolve() public méthode

public resolve ( ) : void
Résultat void

serialize() public méthode

public serialize ( ) : string
Résultat string

unresolve() public méthode

public unresolve ( ) : void
Résultat void