C# Class CinderellaLauncher.MatchMakingLogic

Afficher le fichier Open project: ThomasMoreCollege/CinderellaMGS Class Usage Examples

Méthodes publiques

Méthode Description
FindGodMotherByID ( int ID, List &GodMotherQueue ) : int
FindSpecialGodMother ( List &GodMotherQueue ) : int
MakeMatch ( List &CinderellaQueue, List &GodMotherQueue, List &MatchedCinderellas, List &MatchedGodMother ) : void

Method Details

FindGodMotherByID() public méthode

public FindGodMotherByID ( int ID, List &GodMotherQueue ) : int
ID int
GodMotherQueue List
Résultat int

FindSpecialGodMother() public méthode

public FindSpecialGodMother ( List &GodMotherQueue ) : int
GodMotherQueue List
Résultat int

MakeMatch() public méthode

public MakeMatch ( List &CinderellaQueue, List &GodMotherQueue, List &MatchedCinderellas, List &MatchedGodMother ) : void
CinderellaQueue List
GodMotherQueue List
MatchedCinderellas List
MatchedGodMother List
Résultat void