CharacterTrigger
Encounter trigger: the player must engage with a specific character to enter the scene.
public sealed class CharacterTrigger : TriggerDescriptor
Inheritance System.Object → TriggerDescriptor → CharacterTrigger
Properties
EntityUuid
Uuid of the referenced Character (not the human “char_*” id — universal-uuid rule).
public string EntityUuid { get; }