mirror of
https://github.com/solero/houdini.git
synced 2025-10-18 13:28:13 +00:00
Add configuration for future multi-client support
This commit is contained in:
@@ -24,6 +24,11 @@ class Language(enum.IntEnum):
|
||||
Ru = 64
|
||||
|
||||
|
||||
class ClientType(enum.Enum):
|
||||
Legacy = 'legacy'
|
||||
Vanilla = 'vanilla'
|
||||
|
||||
|
||||
class _AbstractManager(dict):
|
||||
def __init__(self, server):
|
||||
self.server = server
|
||||
|
Reference in New Issue
Block a user