补充eve 接口

This commit is contained in:
liwei1dao 2022-11-04 16:46:28 +08:00
parent 3a4d252804
commit 4fdc93e996

View File

@ -179,6 +179,8 @@ type (
IBattle interface {
//创建怪物阵营
CreateMasterRoles(wheel int, fid int32) (captain int32, roles []*pb.BattleRole, code pb.ErrorCode)
//创建eve战斗
CreateEveBattle(session IUserSession, req *pb.BattleEVEReq) (code pb.ErrorCode, record *pb.DBBattleRecord)
///创建pve战斗
CreatePveBattle(session IUserSession, req *pb.BattlePVEReq) (code pb.ErrorCode, record *pb.DBBattleRecord)
///创建pvb战斗