Behavior constructor
Behavior({
- BehaviorType type = BehaviorType.speak,
- required Character character,
- String? dialog,
- Branch? branch,
- Position? position,
- StateEnum? state,
Implementation
Behavior(
{this.type = BehaviorType.speak,
required this.character,
this.dialog,
this.branch,
this.position,
this.state});