예제 #1
0
 public TaxCollectorMovement InitTaxCollectorMovement(byte MovementType, TaxCollectorBasicInformations BasicInfos, long PlayerId, String PlayerName)
 {
     this.MovementType = MovementType;
     this.BasicInfos   = BasicInfos;
     this.PlayerId     = PlayerId;
     this.PlayerName   = PlayerName;
     return(this);
 }
예제 #2
0
 public TaxCollectorAttackedResultMessage InitTaxCollectorAttackedResultMessage(bool DeadOrAlive, TaxCollectorBasicInformations BasicInfos, BasicGuildInformations Guild)
 {
     this.DeadOrAlive = DeadOrAlive;
     this.BasicInfos  = BasicInfos;
     this.Guild       = Guild;
     return(this);
 }