C# 클래스 Beyond_Beyaan.Data_Managers.ContactManager

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan 1 사용 예제들

공개 메소드들

메소드 설명
ContactManager ( Empire currentEmpire, List allEmpires ) : System
EstablishContact ( Empire empireContacted, SitRepManager sitRepManager ) : void
IsContacted ( Empire empire ) : bool
UpdateContacts ( SitRepManager sitRepManager ) : void

비공개 메소드들

메소드 설명
GetMessage ( Empire forWhichEmpire, Empire &whichEmpireInRequest ) : MessageType
HandleMessage ( Contact contact, MessageType message, Empire whichEmpire ) : void
UpdateRelationship ( Empire currentEmpire, Contact whichContact, int amount ) : void

메소드 상세

ContactManager() 공개 메소드

public ContactManager ( Empire currentEmpire, List allEmpires ) : System
currentEmpire Empire
allEmpires List
리턴 System

EstablishContact() 공개 메소드

public EstablishContact ( Empire empireContacted, SitRepManager sitRepManager ) : void
empireContacted Empire
sitRepManager SitRepManager
리턴 void

IsContacted() 공개 메소드

public IsContacted ( Empire empire ) : bool
empire Empire
리턴 bool

UpdateContacts() 공개 메소드

public UpdateContacts ( SitRepManager sitRepManager ) : void
sitRepManager SitRepManager
리턴 void