mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-28 03:43:22 +08: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;
|
|
}
|