* Fix unkname

- EvtCreateGadgetNotify (OJHDJGAFDNN>is_async_load)
- GatherGadgetInfo (baplahgkmbl->is_forbid_guest)
* Fix item (TrifleItem)
This commit is contained in:
Akbar Yahya
2023-01-29 16:11:47 +08:00
parent a9b72e6aa2
commit 370983a94c
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ option java_package = "emu.grasscutter.net.proto";
import "GadgetBornType.proto";
import "TrifleItem.proto";
import "Item.proto";
import "GatherGadgetInfo.proto";
import "WorktopInfo.proto";
@@ -44,7 +44,7 @@ message SceneGadgetInfo {
uint32 interactId = 11;
oneof content {
TrifleItem trifle_item = 12;
Item trifle_item = 12;
GatherGadgetInfo gather_gadget = 13;
WorktopInfo worktop = 14;
ClientGadgetInfo client_gadget = 15;