Ejemplo n.º 1
0
 public JobCrafterDirectoryEntryMessage InitJobCrafterDirectoryEntryMessage(JobCrafterDirectoryEntryPlayerInfo PlayerInfo, JobCrafterDirectoryEntryJobInfo[] JobInfoList, EntityLook PlayerLook)
 {
     this.PlayerInfo  = PlayerInfo;
     this.JobInfoList = JobInfoList;
     this.PlayerLook  = PlayerLook;
     return(this);
 }
Ejemplo n.º 2
0
 public JobCrafterDirectoryListEntry InitJobCrafterDirectoryListEntry(JobCrafterDirectoryEntryPlayerInfo PlayerInfo, JobCrafterDirectoryEntryJobInfo JobInfo)
 {
     this.PlayerInfo = PlayerInfo;
     this.JobInfo    = JobInfo;
     return(this);
 }