C# Class FourthTry.ScoreBoard

Afficher le fichier Open project: cuipengfei/Spikes Class Usage Examples

Méthodes publiques

Méthode Description
Play ( int firstBall, int secondBall, int thirdBall = -1 ) : void

Private Methods

Méthode Description
CheckLastPosition ( ) : void
CheckValidity ( ) : void
CreateFrame ( int firstBall, int secondBall, int thirdBall ) : Frame

Method Details

Play() public méthode

public Play ( int firstBall, int secondBall, int thirdBall = -1 ) : void
firstBall int
secondBall int
thirdBall int
Résultat void