mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-06 21:19:25 +03:00
15 lines
270 B
Protocol Buffer
15 lines
270 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "OpType.proto";
|
|
|
|
// CmdId: 899
|
|
// Name: NAJCCPACDGD
|
|
message UpdateAbilityCreatedMovingPlatformNotify {
|
|
// Name: BEOBGNOIFEM > OpType
|
|
uint32 entity_id = 10;
|
|
OpType op_type = 6;
|
|
}
|
|
|