C# Class CinderellaLauncher.MatchMakingLogic

Show file Open project: ThomasMoreCollege/CinderellaMGS Class Usage Examples

Public Methods

Method 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 method

public FindGodMotherByID ( int ID, List &GodMotherQueue ) : int
ID int
GodMotherQueue List
return int

FindSpecialGodMother() public method

public FindSpecialGodMother ( List &GodMotherQueue ) : int
GodMotherQueue List
return int

MakeMatch() public method

public MakeMatch ( List &CinderellaQueue, List &GodMotherQueue, List &MatchedCinderellas, List &MatchedGodMother ) : void
CinderellaQueue List
GodMotherQueue List
MatchedCinderellas List
MatchedGodMother List
return void