player脚本更新

This commit is contained in:
ygy 2024-09-26 17:22:27 +08:00
parent 0928fde6d5
commit 3414085e0f
3 changed files with 136772 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cd $CCC_CLIENT_DIR/protocol/player
npx pbjs --dependency protobufjs/minimal.js --target static-module --wrap commonjs --out player.js ./*.proto
npx pbjs --dependency protobufjs/minimal.js --target static-module --wrap commonjs --out player.js ./*.proto --path $PUBLIC_DIR/
npx pbts --main --out ./player.d.ts ./player.js
cp ./player.d.ts ./player.js $CCC_CLIENT_DIR/vietnam/assets/ScriptCore/protocol

34999
protocol/player/player.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff

101772
protocol/player/player.js Normal file

File diff suppressed because it is too large Load Diff