Melledy / LunarCore

A game server reimplementation for a certain turn-based anime game
GNU Affero General Public License v3.0
1.29k stars 276 forks source link

Fixed for shop #107

Closed imHaruu closed 1 week ago

imHaruu commented 1 week ago

syntax = "proto3";

option java_package = "emu.lunarcore.proto";

message BuyGoodsCsReq { uint32 goods_num = 13; uint32 shop_id = 8; uint32 goods_id = 3; uint32 item_id = 15; }