mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 12:36:06 +00:00
af6c27a002
* Fix Daily dungeon didn't display in note(笔记) -- Buggy * 123
12 lines
216 B
Protocol Buffer
12 lines
216 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 929
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
// IsAllowClient: true
|
|
message GetDailyDungeonEntryInfoReq {
|
|
uint32 scene_id = 11;
|
|
}
|