package battle import "go_dreamfactory/pb" type ( IClientMgr interface { Shutdown(c *client) BattleOutCmd(out *pb.BattleOutCmdPush) BattleFinish(out *pb.BattleFinishPush) } )