The logic governing FactionAffinity objects that use the ConfirmFactionAffinity message.
A case exists to catch AssertFactionAffinity messages for the same ends though they should not be used this way.
This is a mix-in trait for combining with existing Receive logic.
The logic governing
FactionAffinity
objects that use theConfirmFactionAffinity
message. A case exists to catchAssertFactionAffinity
messages for the same ends though they should not be used this way. This is a mix-in trait for combining with existingReceive
logic.