mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-26 07:39:25 +03:00
16 lines
286 B
Protocol Buffer
16 lines
286 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: GADICHLBHOI
|
|
message FurnitureMakeData {
|
|
fixed32 begin_time = 9;
|
|
uint32 dur_time = 7;
|
|
fixed32 accelerate_time = 14;
|
|
uint32 avatar_id = 11;
|
|
uint32 make_id = 5;
|
|
uint32 index = 13;
|
|
}
|
|
|