mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
🔧 Do not recreate dispensers and conversations
This commit is contained in:
parent
f6ca6b146b
commit
c145c3860b
1 changed files with 0 additions and 11 deletions
|
@ -41,17 +41,6 @@ class TelethonPDAImplementation(engi.ConversationListImplementation):
|
|||
|
||||
super().__init__(name=name)
|
||||
|
||||
self.dispensers: dict[t.Any, engi.Dispenser] = {}
|
||||
"""
|
||||
The :class:`royalnet.engineer.dispenser.Dispenser`\\ s of this PDA.
|
||||
"""
|
||||
|
||||
self.conversations: t.List[engi.Conversation] = []
|
||||
"""
|
||||
A :class:`list` of conversations to run before a new _event is :meth:`.put` in a
|
||||
:class:`~royalnet.engineer.dispenser.Dispenser`.
|
||||
"""
|
||||
|
||||
self.mode: TelethonPDAMode = mode
|
||||
"""
|
||||
The mode to use for mapping dispensers.
|
||||
|
|
Loading…
Reference in a new issue