add IServer.bot:IBot
This commit is contained in:
parent
fedef3ba3d
commit
8340419b99
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class IMatchResponseParam(object):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
class IServer(Server):
|
class IServer(Server):
|
||||||
|
bot: IBot
|
||||||
disconnected: bool
|
disconnected: bool
|
||||||
params: ConnectionParams
|
params: ConnectionParams
|
||||||
desired_caps: Set[ICapability]
|
desired_caps: Set[ICapability]
|
||||||
|
|
Loading…
Reference in a new issue