C# 클래스 CinderellaLauncher.MatchMakingLogic

파일 보기 프로젝트 열기: ThomasMoreCollege/CinderellaMGS 1 사용 예제들

공개 메소드들

메소드 설명
FindGodMotherByID ( int ID, List &GodMotherQueue ) : int
FindSpecialGodMother ( List &GodMotherQueue ) : int
MakeMatch ( List &CinderellaQueue, List &GodMotherQueue, List &MatchedCinderellas, List &MatchedGodMother ) : void

메소드 상세

FindGodMotherByID() 공개 메소드

public FindGodMotherByID ( int ID, List &GodMotherQueue ) : int
ID int
GodMotherQueue List
리턴 int

FindSpecialGodMother() 공개 메소드

public FindSpecialGodMother ( List &GodMotherQueue ) : int
GodMotherQueue List
리턴 int

MakeMatch() 공개 메소드

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