mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-15 08:24:52 +01:00
parse static data to get quest data
This commit is contained in:
@@ -1613,4 +1613,21 @@ message ReqFinMainQuest {
|
||||
}
|
||||
|
||||
message ResFinMainQuest {
|
||||
}
|
||||
|
||||
|
||||
enum SimRoomStatus {
|
||||
SimroomStatus_Ready = 0;
|
||||
SimroomStatus_Progress = 1;
|
||||
}
|
||||
message ReqGetSimRoom {
|
||||
|
||||
}
|
||||
message ResGetSimRoom {
|
||||
SimRoomStatus status = 1;
|
||||
int32 currentDifficulty = 2;
|
||||
int64 nextRenewAt = 3;
|
||||
//repeated NetSimRoomClearInfo clearInfos = 4;
|
||||
//repeated NetSimRoomEvent events = 5;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user