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

7 lines
140 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Obf: CDAACMGIFGG
message OfferingInfo {
uint32 offering_id = 1;
}