8 lines
78 B
Go
8 lines
78 B
Go
package battletest
|
|
|
|
type (
|
|
IClientMgr interface {
|
|
Shutdown(c *client)
|
|
}
|
|
)
|