Skip to content

Commit

Permalink
expose avatar components
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza committed Oct 17, 2023
1 parent 2dadadd commit 6a20452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/protocol-buffer-generation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const AVATAR_BASE = 1087
const AVATAR_EMOTE_COMMAND = 1088
const PLAYER_IDENTITY_DATA = 1089
const AVATAR_EQUIPPED_DATA = 1091
const NON_EXPOSED_LIST: number[] = [AVATAR_BASE, AVATAR_EMOTE_COMMAND, AVATAR_EQUIPPED_DATA, PLAYER_IDENTITY_DATA]
const NON_EXPOSED_LIST: number[] = []

/**
* @param componentPath - Argument of execution '--component-path'
Expand Down

0 comments on commit 6a20452

Please sign in to comment.