public TaxCollectorStaticExtendedInformations(uint firstNameId = 0, uint lastNameId = 0, GuildInformations guildIdentity = null, AllianceInformations allianceIdentity = null) { FirstNameId = firstNameId; LastNameId = lastNameId; GuildIdentity = guildIdentity; AllianceIdentity = allianceIdentity; }
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; }
public HumanOptionAlliance(AllianceInformations allianceInformations = null, uint aggressable = 0) { AllianceInformations = allianceInformations; Aggressable = aggressable; }