From 4fdc93e996be936f0e9ebce50ad67f67fb787631 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Fri, 4 Nov 2022 16:46:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85eve=20=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comm/imodule.go | 2 ++ 1 file changed, 2 insertions(+) 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战斗