补充eve 接口
This commit is contained in:
parent
3a4d252804
commit
4fdc93e996
@ -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战斗
|
||||
|
Loading…
Reference in New Issue
Block a user