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

Check warning on line 14 in scripts/protocol-buffer-generation/index.ts

View workflow job for this annotation

GitHub Actions / lint

'AVATAR_EMOTE_COMMAND' is assigned a value but never used. Allowed unused vars must match /^_|ReactEcs/u
const PLAYER_IDENTITY_DATA = 1089

Check warning on line 15 in scripts/protocol-buffer-generation/index.ts

View workflow job for this annotation

GitHub Actions / lint

'PLAYER_IDENTITY_DATA' is assigned a value but never used. Allowed unused vars must match /^_|ReactEcs/u
const AVATAR_EQUIPPED_DATA = 1091

Check warning on line 16 in scripts/protocol-buffer-generation/index.ts

View workflow job for this annotation

GitHub Actions / lint

'AVATAR_EQUIPPED_DATA' is assigned a value but never used. Allowed unused vars must match /^_|ReactEcs/u
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.