package battle type ( IClientMgr interface { Shutdown(c *client) } )