1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-10 02:56:06 +03:00
GC-Proto/proto/NightCrowGadgetInfo.proto
2024-05-22 19:51:09 +08:00

7 lines
158 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Obf: OHIBCIDJNDB
message NightCrowGadgetInfo {
repeated uint32 argument_list = 1;
}