Grasscutter/proto/GetDailyDungeonEntryInfoReq.proto
诗音澄鸢 镜苑芳依 af6c27a002
Fix daily dungeon didn't display in note(笔记) (#1296)
* Fix Daily dungeon didn't display in note(笔记) -- Buggy

* 123
2022-06-17 23:50:55 -07:00

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;
}