Skip to content

Commit

Permalink
- Add trigger to EntityEvent (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix authored Nov 30, 2024
1 parent 44980b7 commit faeb454
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/internal/behavior-pack/entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export interface EntityEvent {
set_property?: Record<string, string | number | boolean>;
/** The command to run when the event is triggered */
queue_command?: CommandContainer;
/** */
trigger: string;
}

/**
Expand Down

0 comments on commit faeb454

Please sign in to comment.