mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2026-04-08 17:06:36 +00:00
Add pid (PlayerId)
This commit is contained in:
@@ -60,6 +60,10 @@ class Client:
|
||||
def cid(self):
|
||||
return self._cid
|
||||
|
||||
@property
|
||||
def pid(self):
|
||||
return self._cid
|
||||
|
||||
@property
|
||||
def key(self):
|
||||
return self._key
|
||||
|
||||
@@ -46,6 +46,7 @@ class Client:
|
||||
def addr(self) -> Tuple[str, int]: ...
|
||||
@property
|
||||
def cid(self) -> int: ...
|
||||
def pid(self) -> int: ...
|
||||
@property
|
||||
def key(self) -> str: ...
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user