GC-Proto/unimplemented/NDFGOFPCGIC.proto

20 lines
429 B
Protocol Buffer
Raw Normal View History

2024-08-27 22:55:06 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
import "Vector.proto";
message NDFGOFPCGIC {
uint32 level = 5;
Vector pos = 6;
Vector rot = 7;
uint32 scene_id = 10;
uint32 room_id = 11;
uint32 PHCNLLPHPHL = 12;
oneof Entity {
uint32 monster_id = 1;
uint32 npc_id = 2;
uint32 gadget_id = 3;
uint32 item_id = 4;
}