This commit is contained in:
wh_zcy 2023-05-16 17:18:37 +08:00
parent 454d12f7ce
commit deae09c0f0

View File

@ -393,7 +393,7 @@ type (
// //
GetWorldTaskBy(uid string, groupId int32) int32 GetWorldTaskBy(uid string, groupId int32) int32
UpdateTaskStatus(uid string,taskId int32) UpdateTaskStatus(uid string, taskId int32)
} }
// 支线剧情任务 // 支线剧情任务
ILinestory interface { ILinestory interface {