mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-26 07:39:25 +03:00
15 lines
254 B
Protocol Buffer
15 lines
254 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: AOCBMGOJAEH
|
|
message FungusDetail {
|
|
uint32 NABBCOACLGI = 3;
|
|
bool is_cultivate = 9;
|
|
uint32 BHGDBPKJHMA = 15;
|
|
uint32 fungus_id = 8;
|
|
uint32 name_id = 6;
|
|
}
|
|
|