mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-17 16:25:36 +00:00
Add pid (PlayerId)
This commit is contained in:
parent
8e8c66c3bf
commit
d6021ddc2d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user