-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprotocols.yaml
51 lines (51 loc) · 1.01 KB
/
protocols.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
using_ns:
- Protocol.Net
ns: Development.Net.Pt
pts:
- className: PtInt32List
fields:
- type: int32
name: Elements
isArray: 1
- className: PtRoomList
fields:
- type: PtRoom
name: Rooms
isArray: 1
- className: PtRoom
fields:
- type: uint32
name: RoomId
- type: byte
name: Status
- type: uint32
name: MapId
- type: string
name: RoomOwnerUserId
- type: byte
name: MaxPlayerCount
- type: PtRoomPlayer
name: Players
isArray: 1
- className: PtRoomPlayer
fields:
- type: uint32
name: EntityId
- type: byte
name: TeamId
- type: string
name: NickName
- type: int64
name: UserId
- type: uint64
name: UUID
- type: string
name: Password
- type: byte
name: Status
- type: bool
name: Enable
- type: float
name: height
- type: double
name: power