mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-03-27 18:12:46 +01:00
Fix daily dungeon didn't display in note(笔记) (#1296)
* Fix Daily dungeon didn't display in note(笔记) -- Buggy * 123
This commit is contained in:
13
proto/GetDailyDungeonEntryInfoRsp.proto
Normal file
13
proto/GetDailyDungeonEntryInfoRsp.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "DailyDungeonEntryInfo.proto";
|
||||
|
||||
// CmdId: 925
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message GetDailyDungeonEntryInfoRsp {
|
||||
int32 retcode = 9;
|
||||
repeated DailyDungeonEntryInfo daily_dungeon_info_list = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user