mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
Add miss proto (later)
This commit is contained in:
parent
846d5f9c79
commit
7f4f007dcf
@ -458,6 +458,9 @@
|
|||||||
{
|
{
|
||||||
"name": "RegionSimpleInfo"
|
"name": "RegionSimpleInfo"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "ResVersionConfig"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "AbilityInvocationsNotify"
|
"name": "AbilityInvocationsNotify"
|
||||||
},
|
},
|
||||||
@ -959,6 +962,9 @@
|
|||||||
{
|
{
|
||||||
"name": "AvatarDataNotify"
|
"name": "AvatarDataNotify"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "AvatarRenameInfo"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "AvatarDieAnimationEndRsp"
|
"name": "AvatarDieAnimationEndRsp"
|
||||||
},
|
},
|
||||||
@ -1883,6 +1889,9 @@
|
|||||||
{
|
{
|
||||||
"name": "WidgetSlotChangeNotify"
|
"name": "WidgetSlotChangeNotify"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "WindSeedClientNotify"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "WorktopOptionNotify"
|
"name": "WorktopOptionNotify"
|
||||||
},
|
},
|
||||||
|
4
op.js
4
op.js
@ -737,9 +737,9 @@ function scan_gc() {
|
|||||||
// get_cmdid_json(); // 2. get last cmdid.csv to json
|
// get_cmdid_json(); // 2. get last cmdid.csv to json
|
||||||
// now we have cmdid_gc.json and cmdid.json
|
// now we have cmdid_gc.json and cmdid.json
|
||||||
// update_cmdid_gc(); // 3. update gc cmdid (mode by id)
|
// update_cmdid_gc(); // 3. update gc cmdid (mode by id)
|
||||||
cmdid_to_op(); // 4. update op
|
// cmdid_to_op(); // 4. update op
|
||||||
// npx prettier --write PacketOpcodes.java
|
// npx prettier --write PacketOpcodes.java
|
||||||
// scan_gc(); // 5. scan gc
|
scan_gc(); // 5. scan gc
|
||||||
// clean_proto_gen(); // 6. clean proto
|
// clean_proto_gen(); // 6. clean proto
|
||||||
|
|
||||||
//read_cmdid_ht_json();
|
//read_cmdid_ht_json();
|
||||||
|
Loading…
Reference in New Issue
Block a user