Namespace Eco.Gameplay.Civics.Misc
Classes
CivicsTooltip
Tooltip handler for Civics tooltips.
TypeTooltip hands over the tooltip generation logic to this class for type properties that are being hovered.
CivicsUtils
CivicsUtils.StateChangeDetailFlags
Cloner
CopyResult
DisplayErrorUIExtension
ErrorDisplayData
ExactlyOnePerHostAttribute
Put this tag on a civic object to say that when there are orphans of this type, we should make sure that the player chooses exacly one of them to set on the host object. This is usually used with classes that implement the IHostedObject interface.
ProposableUtils
ReferenceTracker
ReferenceUpdater
RequiresSettlementAttribute
Put this on types that shouldnt be spawned willy-nilly, because they need to have settlements assigned to function.
RPCAuthMaxProposableStateAttribute
Marks a RPC method for SimpleProposable as allowed only for states between MinState and MaxState. See RPCAuthorization.md for details.