diff --git a/comm/imodule.go b/comm/imodule.go index 3d6188c7f..24c105337 100644 --- a/comm/imodule.go +++ b/comm/imodule.go @@ -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战斗