Skip to content

Commit

Permalink
add npc only column
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 5, 2024
1 parent 3f2089b commit 2de96a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/tabs/stems/stems.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ export class StemsComponent extends EditorBaseTableComponent<EditingType> {
flex: 1,
cellDataType: 'boolean',
},
{
field: '_isNPCOnly',
headerName: 'NPC Only?',
flex: 1,
cellDataType: 'boolean',
},
{
field: '',
width: 200,
Expand Down

0 comments on commit 2de96a8

Please sign in to comment.