B1AddRelationshipContext
- Stores the context of a relationship addition event, capturing the interactor, interactee, and their previous relationship data.
| Property | Type | Description | Metadata |
|---|---|---|---|
| InteractorId | FB1EntityId | The entity ID of the character initiating the relationship change. | |
| InteracteeId | FB1EntityId | The entity ID of the character receiving the relationship change. | |
| InteractorPrevData | FB1RelationshipData | The previous relationship data snapshot of the interactor before the change. | |
| InteracteePrevData | FB1RelationshipData | The previous relationship data snapshot of the interactee before the change. |