public TaxCollectorStaticExtendedInformations(uint firstNameId = 0, uint lastNameId = 0, GuildInformations guildIdentity = null, AllianceInformations allianceIdentity = null)
 {
     FirstNameId      = firstNameId;
     LastNameId       = lastNameId;
     GuildIdentity    = guildIdentity;
     AllianceIdentity = allianceIdentity;
 }
Exemplo n.º 2
0
 public AlliancePrismInformation(uint typeId = 0, uint state = 1, uint nextVulnerabilityDate = 0, uint placementDate = 0, uint rewardTokenCount = 0, AllianceInformations alliance = null)
 {
     TypeId = typeId;
     State  = state;
     NextVulnerabilityDate = nextVulnerabilityDate;
     PlacementDate         = placementDate;
     RewardTokenCount      = rewardTokenCount;
     Alliance = alliance;
 }
Exemplo n.º 3
0
 public HumanOptionAlliance(AllianceInformations allianceInformations = null, uint aggressable = 0)
 {
     AllianceInformations = allianceInformations;
     Aggressable          = aggressable;
 }