mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-07 17:46:08 +03:00
10 lines
170 B
Protocol Buffer
10 lines
170 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message RoguelikeSettleCoinInfo {
|
|
uint32 cell_num = 1;
|
|
uint32 coin_b = 2;
|
|
uint32 coin_c = 3;
|
|
}
|