@kar-mi/spirit-vale-tools-capture 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +71 -0
- package/dist/capture/adapter-selection.d.ts +9 -0
- package/dist/capture/adapter-selection.d.ts.map +1 -0
- package/dist/capture/ip-address.d.ts +2 -0
- package/dist/capture/ip-address.d.ts.map +1 -0
- package/dist/capture/link-layer.d.ts +10 -0
- package/dist/capture/link-layer.d.ts.map +1 -0
- package/dist/capture/npcap.d.ts +38 -0
- package/dist/capture/npcap.d.ts.map +1 -0
- package/dist/capture/packet-capture.d.ts +51 -0
- package/dist/capture/packet-capture.d.ts.map +1 -0
- package/dist/capture/packet-parser.d.ts +11 -0
- package/dist/capture/packet-parser.d.ts.map +1 -0
- package/dist/capture/target-tracker.d.ts +37 -0
- package/dist/capture/target-tracker.d.ts.map +1 -0
- package/dist/capture.d.ts +5 -0
- package/dist/capture.d.ts.map +1 -0
- package/dist/capture.js +16008 -0
- package/dist/fishnet/boss-gravestone.d.ts +16 -0
- package/dist/fishnet/boss-gravestone.d.ts.map +1 -0
- package/dist/fishnet/builtin-maps.d.ts +10424 -0
- package/dist/fishnet/builtin-maps.d.ts.map +1 -0
- package/dist/fishnet/character-data-schema.d.ts +3 -0
- package/dist/fishnet/character-data-schema.d.ts.map +1 -0
- package/dist/fishnet/decoder.d.ts +12 -0
- package/dist/fishnet/decoder.d.ts.map +1 -0
- package/dist/fishnet/definitions/codecs.d.ts +12 -0
- package/dist/fishnet/definitions/codecs.d.ts.map +1 -0
- package/dist/fishnet/definitions/protocol.d.ts +101 -0
- package/dist/fishnet/definitions/protocol.d.ts.map +1 -0
- package/dist/fishnet/definitions/rpc-map.d.ts +61 -0
- package/dist/fishnet/definitions/rpc-map.d.ts.map +1 -0
- package/dist/fishnet/eternal-tower-tracker.d.ts +24 -0
- package/dist/fishnet/eternal-tower-tracker.d.ts.map +1 -0
- package/dist/fishnet/field-decoder.d.ts +19 -0
- package/dist/fishnet/field-decoder.d.ts.map +1 -0
- package/dist/fishnet/map-definitions/current-build.d.ts +3 -0
- package/dist/fishnet/map-definitions/current-build.d.ts.map +1 -0
- package/dist/fishnet/map-definitions/index.d.ts +3 -0
- package/dist/fishnet/map-definitions/index.d.ts.map +1 -0
- package/dist/fishnet/message-parser.d.ts +17 -0
- package/dist/fishnet/message-parser.d.ts.map +1 -0
- package/dist/fishnet/monster-directory.d.ts +40 -0
- package/dist/fishnet/monster-directory.d.ts.map +1 -0
- package/dist/fishnet/network-transform-decoder.d.ts +25 -0
- package/dist/fishnet/network-transform-decoder.d.ts.map +1 -0
- package/dist/fishnet/protocol.d.ts +21 -0
- package/dist/fishnet/protocol.d.ts.map +1 -0
- package/dist/fishnet/quaternion-compression.d.ts +6 -0
- package/dist/fishnet/quaternion-compression.d.ts.map +1 -0
- package/dist/fishnet/recovery-style.d.ts +5 -0
- package/dist/fishnet/recovery-style.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/broadcasts.d.ts +23 -0
- package/dist/fishnet/rpc-definitions/broadcasts.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/current-build.d.ts +8501 -0
- package/dist/fishnet/rpc-definitions/current-build.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/fishnet/network-animator.d.ts +42 -0
- package/dist/fishnet/rpc-definitions/fishnet/network-animator.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/fishnet/network-transform.d.ts +138 -0
- package/dist/fishnet/rpc-definitions/fishnet/network-transform.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/fishnet/predicted-owner.d.ts +26 -0
- package/dist/fishnet/rpc-definitions/fishnet/predicted-owner.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/base-unit-controller.d.ts +122 -0
- package/dist/fishnet/rpc-definitions/game/base-unit-controller.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/combat-component.d.ts +44 -0
- package/dist/fishnet/rpc-definitions/game/combat-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/health-component.d.ts +306 -0
- package/dist/fishnet/rpc-definitions/game/health-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/loot-drop.d.ts +104 -0
- package/dist/fishnet/rpc-definitions/game/loot-drop.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/monster-controller.d.ts +144 -0
- package/dist/fishnet/rpc-definitions/game/monster-controller.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/move-component.d.ts +74 -0
- package/dist/fishnet/rpc-definitions/game/move-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/chat-presence.d.ts +332 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/chat-presence.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/endgame-pvp.d.ts +89 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/endgame-pvp.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/guild.d.ts +393 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/guild.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/index.d.ts +23 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/index.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/party.d.ts +168 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/party.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/trade-market.d.ts +232 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/trade-market.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/traversal-session.d.ts +58 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/traversal-session.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/character-build.d.ts +266 -0
- package/dist/fishnet/rpc-definitions/game/player-save/character-build.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/character-data.d.ts +991 -0
- package/dist/fishnet/rpc-definitions/game/player-save/character-data.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/cosmetics-progression.d.ts +126 -0
- package/dist/fishnet/rpc-definitions/game/player-save/cosmetics-progression.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/debug.d.ts +46 -0
- package/dist/fishnet/rpc-definitions/game/player-save/debug.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/economy-world-storage.d.ts +224 -0
- package/dist/fishnet/rpc-definitions/game/player-save/economy-world-storage.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/index.d.ts +1860 -0
- package/dist/fishnet/rpc-definitions/game/player-save/index.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/session-character.d.ts +72 -0
- package/dist/fishnet/rpc-definitions/game/player-save/session-character.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/social-account.d.ts +107 -0
- package/dist/fishnet/rpc-definitions/game/player-save/social-account.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/vending.d.ts +98 -0
- package/dist/fishnet/rpc-definitions/game/player-save/vending.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/skills-component.d.ts +453 -0
- package/dist/fishnet/rpc-definitions/game/skills-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/status-component.d.ts +146 -0
- package/dist/fishnet/rpc-definitions/game/status-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/summoning-component.d.ts +82 -0
- package/dist/fishnet/rpc-definitions/game/summoning-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/base-unit-controller.d.ts +76 -0
- package/dist/fishnet/rpc-definitions/generated/base-unit-controller.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/boss-grave-stone.d.ts +24 -0
- package/dist/fishnet/rpc-definitions/generated/boss-grave-stone.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/broadcasts.d.ts +20 -0
- package/dist/fishnet/rpc-definitions/generated/broadcasts.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/combat-component.d.ts +82 -0
- package/dist/fishnet/rpc-definitions/generated/combat-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/engine/network-animator.d.ts +18 -0
- package/dist/fishnet/rpc-definitions/generated/engine/network-animator.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/engine/network-transform.d.ts +67 -0
- package/dist/fishnet/rpc-definitions/generated/engine/network-transform.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/engine/predicted-owner.d.ts +11 -0
- package/dist/fishnet/rpc-definitions/generated/engine/predicted-owner.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/health-component.d.ts +157 -0
- package/dist/fishnet/rpc-definitions/generated/health-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/index.d.ts +10280 -0
- package/dist/fishnet/rpc-definitions/generated/index.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/loot-drop.d.ts +49 -0
- package/dist/fishnet/rpc-definitions/generated/loot-drop.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/manifest.d.ts +7 -0
- package/dist/fishnet/rpc-definitions/generated/manifest.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/monster-controller.d.ts +111 -0
- package/dist/fishnet/rpc-definitions/generated/monster-controller.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/move-component.d.ts +48 -0
- package/dist/fishnet/rpc-definitions/generated/move-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/player-controller.d.ts +3265 -0
- package/dist/fishnet/rpc-definitions/generated/player-controller.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/player-save.d.ts +5954 -0
- package/dist/fishnet/rpc-definitions/generated/player-save.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/prefabs.d.ts +119 -0
- package/dist/fishnet/rpc-definitions/generated/prefabs.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/skills-component.d.ts +230 -0
- package/dist/fishnet/rpc-definitions/generated/skills-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/status-component.d.ts +112 -0
- package/dist/fishnet/rpc-definitions/generated/status-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/summoning-component.d.ts +56 -0
- package/dist/fishnet/rpc-definitions/generated/summoning-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/index.d.ts +10418 -0
- package/dist/fishnet/rpc-definitions/index.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/prefabs.d.ts +112 -0
- package/dist/fishnet/rpc-definitions/prefabs.d.ts.map +1 -0
- package/dist/fishnet/rpc-resolution.d.ts +65 -0
- package/dist/fishnet/rpc-resolution.d.ts.map +1 -0
- package/dist/fishnet/semantic-definitions.d.ts +40 -0
- package/dist/fishnet/semantic-definitions.d.ts.map +1 -0
- package/dist/fishnet/semantic-map.d.ts +23 -0
- package/dist/fishnet/semantic-map.d.ts.map +1 -0
- package/dist/fishnet/session-decoder.d.ts +19 -0
- package/dist/fishnet/session-decoder.d.ts.map +1 -0
- package/dist/fishnet/spawn-parser.d.ts +25 -0
- package/dist/fishnet/spawn-parser.d.ts.map +1 -0
- package/dist/fishnet/types.d.ts +5 -0
- package/dist/fishnet/types.d.ts.map +1 -0
- package/dist/fishnet/wire-reader.d.ts +28 -0
- package/dist/fishnet/wire-reader.d.ts.map +1 -0
- package/dist/fishnet/wire-reader.js +140 -0
- package/dist/game-build.d.ts +5 -0
- package/dist/game-build.d.ts.map +1 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +15413 -0
- package/dist/litenetlib/decoder.d.ts +7 -0
- package/dist/litenetlib/decoder.d.ts.map +1 -0
- package/dist/litenetlib/types.d.ts +58 -0
- package/dist/litenetlib/types.d.ts.map +1 -0
- package/dist/text-format.d.ts +4 -0
- package/dist/text-format.d.ts.map +1 -0
- package/dist/types.d.ts +53 -0
- package/dist/types.d.ts.map +1 -0
- package/package.json +36 -0
|
@@ -0,0 +1,453 @@
|
|
|
1
|
+
export declare class SkillsComponentRpcDefinition {
|
|
2
|
+
private constructor();
|
|
3
|
+
static readonly typeName = "SkillsComponent";
|
|
4
|
+
static readonly rpcs: readonly [{
|
|
5
|
+
readonly wireHash: 0;
|
|
6
|
+
readonly packetKind: "targetRpc";
|
|
7
|
+
readonly methodName: "ApplyAnimationDelay_T";
|
|
8
|
+
readonly parameters: readonly [{
|
|
9
|
+
readonly name: "delay";
|
|
10
|
+
readonly typeName: "System.Single";
|
|
11
|
+
}];
|
|
12
|
+
}, {
|
|
13
|
+
readonly wireHash: 1;
|
|
14
|
+
readonly packetKind: "observersRpc";
|
|
15
|
+
readonly methodName: "Recover_C";
|
|
16
|
+
readonly parameters: readonly [{
|
|
17
|
+
readonly name: "amount";
|
|
18
|
+
readonly typeName: "System.Int32";
|
|
19
|
+
}, {
|
|
20
|
+
readonly name: "settings";
|
|
21
|
+
readonly typeName: "FloaterSettings";
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly wireHash: 2;
|
|
25
|
+
readonly packetKind: "targetRpc";
|
|
26
|
+
readonly methodName: "ReduceCooldown_T";
|
|
27
|
+
readonly parameters: readonly [{
|
|
28
|
+
readonly name: "skillId";
|
|
29
|
+
readonly typeName: "System.String";
|
|
30
|
+
readonly codec: "stringUtf8Packed";
|
|
31
|
+
}, {
|
|
32
|
+
readonly name: "value";
|
|
33
|
+
readonly typeName: "System.Single";
|
|
34
|
+
readonly codec: "float32";
|
|
35
|
+
}];
|
|
36
|
+
}, {
|
|
37
|
+
readonly wireHash: 3;
|
|
38
|
+
readonly packetKind: "observersRpc";
|
|
39
|
+
readonly methodName: "AutoCast_C";
|
|
40
|
+
readonly parameters: readonly [{
|
|
41
|
+
readonly name: "dto";
|
|
42
|
+
readonly typeName: "SkillStateDto";
|
|
43
|
+
readonly fields: readonly [{
|
|
44
|
+
readonly name: "Id";
|
|
45
|
+
readonly typeName: "System.String";
|
|
46
|
+
readonly codec: "stringUtf8Packed";
|
|
47
|
+
}, {
|
|
48
|
+
readonly name: "Level";
|
|
49
|
+
readonly typeName: "System.Int32";
|
|
50
|
+
readonly codec: "packedInt32";
|
|
51
|
+
}, {
|
|
52
|
+
readonly name: "CurrentCooldown";
|
|
53
|
+
readonly typeName: "System.Single";
|
|
54
|
+
readonly codec: "float32";
|
|
55
|
+
}, {
|
|
56
|
+
readonly name: "Cooldown";
|
|
57
|
+
readonly typeName: "System.Single";
|
|
58
|
+
readonly codec: "float32";
|
|
59
|
+
}, {
|
|
60
|
+
readonly name: "Duration";
|
|
61
|
+
readonly typeName: "System.Single";
|
|
62
|
+
readonly codec: "float32";
|
|
63
|
+
}, {
|
|
64
|
+
readonly name: "CooldownRecoveryRate";
|
|
65
|
+
readonly typeName: "System.Single";
|
|
66
|
+
readonly codec: "float32";
|
|
67
|
+
}, {
|
|
68
|
+
readonly name: "MinCooldown";
|
|
69
|
+
readonly typeName: "System.Single";
|
|
70
|
+
readonly codec: "float32";
|
|
71
|
+
}, {
|
|
72
|
+
readonly name: "Cost";
|
|
73
|
+
readonly typeName: "System.Int32";
|
|
74
|
+
readonly codec: "packedInt32";
|
|
75
|
+
}, {
|
|
76
|
+
readonly name: "Charges";
|
|
77
|
+
readonly typeName: "System.Int32";
|
|
78
|
+
readonly codec: "packedInt32";
|
|
79
|
+
}, {
|
|
80
|
+
readonly name: "CastTime";
|
|
81
|
+
readonly typeName: "System.Single";
|
|
82
|
+
readonly codec: "float32";
|
|
83
|
+
}, {
|
|
84
|
+
readonly name: "Delay";
|
|
85
|
+
readonly typeName: "System.Single";
|
|
86
|
+
readonly codec: "float32";
|
|
87
|
+
}, {
|
|
88
|
+
readonly name: "Area";
|
|
89
|
+
readonly typeName: "System.Single";
|
|
90
|
+
readonly codec: "float32";
|
|
91
|
+
}, {
|
|
92
|
+
readonly name: "Range";
|
|
93
|
+
readonly typeName: "System.Single";
|
|
94
|
+
readonly codec: "float32";
|
|
95
|
+
}, {
|
|
96
|
+
readonly name: "LeapType";
|
|
97
|
+
readonly typeName: "LeapType";
|
|
98
|
+
readonly codec: "packedInt32";
|
|
99
|
+
}];
|
|
100
|
+
}, {
|
|
101
|
+
readonly name: "obj";
|
|
102
|
+
readonly typeName: "FishNet.Object.NetworkObject";
|
|
103
|
+
}, {
|
|
104
|
+
readonly name: "position";
|
|
105
|
+
readonly typeName: "UnityEngine.Vector3";
|
|
106
|
+
}];
|
|
107
|
+
}, {
|
|
108
|
+
readonly wireHash: 4;
|
|
109
|
+
readonly packetKind: "observersRpc";
|
|
110
|
+
readonly methodName: "CastInterrupt_C";
|
|
111
|
+
readonly parameters: readonly [{
|
|
112
|
+
readonly name: "castTime";
|
|
113
|
+
readonly typeName: "System.Single";
|
|
114
|
+
}];
|
|
115
|
+
}, {
|
|
116
|
+
readonly wireHash: 5;
|
|
117
|
+
readonly packetKind: "observersRpc";
|
|
118
|
+
readonly methodName: "CastCancel_C";
|
|
119
|
+
}, {
|
|
120
|
+
readonly wireHash: 6;
|
|
121
|
+
readonly packetKind: "observersRpc";
|
|
122
|
+
readonly methodName: "CastBegin_C";
|
|
123
|
+
readonly parameters: readonly [{
|
|
124
|
+
readonly name: "dto";
|
|
125
|
+
readonly typeName: "SkillStateDto";
|
|
126
|
+
readonly fields: readonly [{
|
|
127
|
+
readonly name: "Id";
|
|
128
|
+
readonly typeName: "System.String";
|
|
129
|
+
readonly codec: "stringUtf8Packed";
|
|
130
|
+
}, {
|
|
131
|
+
readonly name: "Level";
|
|
132
|
+
readonly typeName: "System.Int32";
|
|
133
|
+
readonly codec: "packedInt32";
|
|
134
|
+
}, {
|
|
135
|
+
readonly name: "CurrentCooldown";
|
|
136
|
+
readonly typeName: "System.Single";
|
|
137
|
+
readonly codec: "float32";
|
|
138
|
+
}, {
|
|
139
|
+
readonly name: "Cooldown";
|
|
140
|
+
readonly typeName: "System.Single";
|
|
141
|
+
readonly codec: "float32";
|
|
142
|
+
}, {
|
|
143
|
+
readonly name: "Duration";
|
|
144
|
+
readonly typeName: "System.Single";
|
|
145
|
+
readonly codec: "float32";
|
|
146
|
+
}, {
|
|
147
|
+
readonly name: "CooldownRecoveryRate";
|
|
148
|
+
readonly typeName: "System.Single";
|
|
149
|
+
readonly codec: "float32";
|
|
150
|
+
}, {
|
|
151
|
+
readonly name: "MinCooldown";
|
|
152
|
+
readonly typeName: "System.Single";
|
|
153
|
+
readonly codec: "float32";
|
|
154
|
+
}, {
|
|
155
|
+
readonly name: "Cost";
|
|
156
|
+
readonly typeName: "System.Int32";
|
|
157
|
+
readonly codec: "packedInt32";
|
|
158
|
+
}, {
|
|
159
|
+
readonly name: "Charges";
|
|
160
|
+
readonly typeName: "System.Int32";
|
|
161
|
+
readonly codec: "packedInt32";
|
|
162
|
+
}, {
|
|
163
|
+
readonly name: "CastTime";
|
|
164
|
+
readonly typeName: "System.Single";
|
|
165
|
+
readonly codec: "float32";
|
|
166
|
+
}, {
|
|
167
|
+
readonly name: "Delay";
|
|
168
|
+
readonly typeName: "System.Single";
|
|
169
|
+
readonly codec: "float32";
|
|
170
|
+
}, {
|
|
171
|
+
readonly name: "Area";
|
|
172
|
+
readonly typeName: "System.Single";
|
|
173
|
+
readonly codec: "float32";
|
|
174
|
+
}, {
|
|
175
|
+
readonly name: "Range";
|
|
176
|
+
readonly typeName: "System.Single";
|
|
177
|
+
readonly codec: "float32";
|
|
178
|
+
}, {
|
|
179
|
+
readonly name: "LeapType";
|
|
180
|
+
readonly typeName: "LeapType";
|
|
181
|
+
readonly codec: "packedInt32";
|
|
182
|
+
}];
|
|
183
|
+
}, {
|
|
184
|
+
readonly name: "targetId";
|
|
185
|
+
readonly typeName: "System.Int32";
|
|
186
|
+
readonly codec: "packedInt32";
|
|
187
|
+
}, {
|
|
188
|
+
readonly name: "position";
|
|
189
|
+
readonly typeName: "UnityEngine.Vector3";
|
|
190
|
+
readonly codec: "vector3";
|
|
191
|
+
}, {
|
|
192
|
+
readonly name: "castTime";
|
|
193
|
+
readonly typeName: "System.Single";
|
|
194
|
+
readonly codec: "float32";
|
|
195
|
+
}, {
|
|
196
|
+
readonly name: "animTime";
|
|
197
|
+
readonly typeName: "System.Single";
|
|
198
|
+
readonly codec: "float32";
|
|
199
|
+
}];
|
|
200
|
+
}, {
|
|
201
|
+
readonly wireHash: 7;
|
|
202
|
+
readonly packetKind: "observersRpc";
|
|
203
|
+
readonly methodName: "CastComplete_C";
|
|
204
|
+
}, {
|
|
205
|
+
readonly wireHash: 8;
|
|
206
|
+
readonly packetKind: "observersRpc";
|
|
207
|
+
readonly methodName: "ToggleBegin_C";
|
|
208
|
+
readonly parameters: readonly [{
|
|
209
|
+
readonly name: "id";
|
|
210
|
+
readonly typeName: "System.String";
|
|
211
|
+
}];
|
|
212
|
+
}];
|
|
213
|
+
/**
|
|
214
|
+
* Mana mirrors health's layout at the same two indexes, which is how
|
|
215
|
+
* `packages/character/src/record-decoder.ts` has read it. Named from that observation rather than
|
|
216
|
+
* from game metadata; the higher indexes this component also syncs stay unnamed.
|
|
217
|
+
*/
|
|
218
|
+
static readonly syncTypes: readonly [{
|
|
219
|
+
readonly index: 0;
|
|
220
|
+
readonly name: "CurrentMana";
|
|
221
|
+
readonly typeName: "System.Int32";
|
|
222
|
+
readonly codec: "packedInt32";
|
|
223
|
+
}, {
|
|
224
|
+
readonly index: 1;
|
|
225
|
+
readonly name: "MaxMana";
|
|
226
|
+
readonly typeName: "System.Int32";
|
|
227
|
+
readonly codec: "packedInt32";
|
|
228
|
+
}];
|
|
229
|
+
static readonly definition: {
|
|
230
|
+
readonly typeName: "SkillsComponent";
|
|
231
|
+
readonly rpcs: readonly [{
|
|
232
|
+
readonly wireHash: 0;
|
|
233
|
+
readonly packetKind: "targetRpc";
|
|
234
|
+
readonly methodName: "ApplyAnimationDelay_T";
|
|
235
|
+
readonly parameters: readonly [{
|
|
236
|
+
readonly name: "delay";
|
|
237
|
+
readonly typeName: "System.Single";
|
|
238
|
+
}];
|
|
239
|
+
}, {
|
|
240
|
+
readonly wireHash: 1;
|
|
241
|
+
readonly packetKind: "observersRpc";
|
|
242
|
+
readonly methodName: "Recover_C";
|
|
243
|
+
readonly parameters: readonly [{
|
|
244
|
+
readonly name: "amount";
|
|
245
|
+
readonly typeName: "System.Int32";
|
|
246
|
+
}, {
|
|
247
|
+
readonly name: "settings";
|
|
248
|
+
readonly typeName: "FloaterSettings";
|
|
249
|
+
}];
|
|
250
|
+
}, {
|
|
251
|
+
readonly wireHash: 2;
|
|
252
|
+
readonly packetKind: "targetRpc";
|
|
253
|
+
readonly methodName: "ReduceCooldown_T";
|
|
254
|
+
readonly parameters: readonly [{
|
|
255
|
+
readonly name: "skillId";
|
|
256
|
+
readonly typeName: "System.String";
|
|
257
|
+
readonly codec: "stringUtf8Packed";
|
|
258
|
+
}, {
|
|
259
|
+
readonly name: "value";
|
|
260
|
+
readonly typeName: "System.Single";
|
|
261
|
+
readonly codec: "float32";
|
|
262
|
+
}];
|
|
263
|
+
}, {
|
|
264
|
+
readonly wireHash: 3;
|
|
265
|
+
readonly packetKind: "observersRpc";
|
|
266
|
+
readonly methodName: "AutoCast_C";
|
|
267
|
+
readonly parameters: readonly [{
|
|
268
|
+
readonly name: "dto";
|
|
269
|
+
readonly typeName: "SkillStateDto";
|
|
270
|
+
readonly fields: readonly [{
|
|
271
|
+
readonly name: "Id";
|
|
272
|
+
readonly typeName: "System.String";
|
|
273
|
+
readonly codec: "stringUtf8Packed";
|
|
274
|
+
}, {
|
|
275
|
+
readonly name: "Level";
|
|
276
|
+
readonly typeName: "System.Int32";
|
|
277
|
+
readonly codec: "packedInt32";
|
|
278
|
+
}, {
|
|
279
|
+
readonly name: "CurrentCooldown";
|
|
280
|
+
readonly typeName: "System.Single";
|
|
281
|
+
readonly codec: "float32";
|
|
282
|
+
}, {
|
|
283
|
+
readonly name: "Cooldown";
|
|
284
|
+
readonly typeName: "System.Single";
|
|
285
|
+
readonly codec: "float32";
|
|
286
|
+
}, {
|
|
287
|
+
readonly name: "Duration";
|
|
288
|
+
readonly typeName: "System.Single";
|
|
289
|
+
readonly codec: "float32";
|
|
290
|
+
}, {
|
|
291
|
+
readonly name: "CooldownRecoveryRate";
|
|
292
|
+
readonly typeName: "System.Single";
|
|
293
|
+
readonly codec: "float32";
|
|
294
|
+
}, {
|
|
295
|
+
readonly name: "MinCooldown";
|
|
296
|
+
readonly typeName: "System.Single";
|
|
297
|
+
readonly codec: "float32";
|
|
298
|
+
}, {
|
|
299
|
+
readonly name: "Cost";
|
|
300
|
+
readonly typeName: "System.Int32";
|
|
301
|
+
readonly codec: "packedInt32";
|
|
302
|
+
}, {
|
|
303
|
+
readonly name: "Charges";
|
|
304
|
+
readonly typeName: "System.Int32";
|
|
305
|
+
readonly codec: "packedInt32";
|
|
306
|
+
}, {
|
|
307
|
+
readonly name: "CastTime";
|
|
308
|
+
readonly typeName: "System.Single";
|
|
309
|
+
readonly codec: "float32";
|
|
310
|
+
}, {
|
|
311
|
+
readonly name: "Delay";
|
|
312
|
+
readonly typeName: "System.Single";
|
|
313
|
+
readonly codec: "float32";
|
|
314
|
+
}, {
|
|
315
|
+
readonly name: "Area";
|
|
316
|
+
readonly typeName: "System.Single";
|
|
317
|
+
readonly codec: "float32";
|
|
318
|
+
}, {
|
|
319
|
+
readonly name: "Range";
|
|
320
|
+
readonly typeName: "System.Single";
|
|
321
|
+
readonly codec: "float32";
|
|
322
|
+
}, {
|
|
323
|
+
readonly name: "LeapType";
|
|
324
|
+
readonly typeName: "LeapType";
|
|
325
|
+
readonly codec: "packedInt32";
|
|
326
|
+
}];
|
|
327
|
+
}, {
|
|
328
|
+
readonly name: "obj";
|
|
329
|
+
readonly typeName: "FishNet.Object.NetworkObject";
|
|
330
|
+
}, {
|
|
331
|
+
readonly name: "position";
|
|
332
|
+
readonly typeName: "UnityEngine.Vector3";
|
|
333
|
+
}];
|
|
334
|
+
}, {
|
|
335
|
+
readonly wireHash: 4;
|
|
336
|
+
readonly packetKind: "observersRpc";
|
|
337
|
+
readonly methodName: "CastInterrupt_C";
|
|
338
|
+
readonly parameters: readonly [{
|
|
339
|
+
readonly name: "castTime";
|
|
340
|
+
readonly typeName: "System.Single";
|
|
341
|
+
}];
|
|
342
|
+
}, {
|
|
343
|
+
readonly wireHash: 5;
|
|
344
|
+
readonly packetKind: "observersRpc";
|
|
345
|
+
readonly methodName: "CastCancel_C";
|
|
346
|
+
}, {
|
|
347
|
+
readonly wireHash: 6;
|
|
348
|
+
readonly packetKind: "observersRpc";
|
|
349
|
+
readonly methodName: "CastBegin_C";
|
|
350
|
+
readonly parameters: readonly [{
|
|
351
|
+
readonly name: "dto";
|
|
352
|
+
readonly typeName: "SkillStateDto";
|
|
353
|
+
readonly fields: readonly [{
|
|
354
|
+
readonly name: "Id";
|
|
355
|
+
readonly typeName: "System.String";
|
|
356
|
+
readonly codec: "stringUtf8Packed";
|
|
357
|
+
}, {
|
|
358
|
+
readonly name: "Level";
|
|
359
|
+
readonly typeName: "System.Int32";
|
|
360
|
+
readonly codec: "packedInt32";
|
|
361
|
+
}, {
|
|
362
|
+
readonly name: "CurrentCooldown";
|
|
363
|
+
readonly typeName: "System.Single";
|
|
364
|
+
readonly codec: "float32";
|
|
365
|
+
}, {
|
|
366
|
+
readonly name: "Cooldown";
|
|
367
|
+
readonly typeName: "System.Single";
|
|
368
|
+
readonly codec: "float32";
|
|
369
|
+
}, {
|
|
370
|
+
readonly name: "Duration";
|
|
371
|
+
readonly typeName: "System.Single";
|
|
372
|
+
readonly codec: "float32";
|
|
373
|
+
}, {
|
|
374
|
+
readonly name: "CooldownRecoveryRate";
|
|
375
|
+
readonly typeName: "System.Single";
|
|
376
|
+
readonly codec: "float32";
|
|
377
|
+
}, {
|
|
378
|
+
readonly name: "MinCooldown";
|
|
379
|
+
readonly typeName: "System.Single";
|
|
380
|
+
readonly codec: "float32";
|
|
381
|
+
}, {
|
|
382
|
+
readonly name: "Cost";
|
|
383
|
+
readonly typeName: "System.Int32";
|
|
384
|
+
readonly codec: "packedInt32";
|
|
385
|
+
}, {
|
|
386
|
+
readonly name: "Charges";
|
|
387
|
+
readonly typeName: "System.Int32";
|
|
388
|
+
readonly codec: "packedInt32";
|
|
389
|
+
}, {
|
|
390
|
+
readonly name: "CastTime";
|
|
391
|
+
readonly typeName: "System.Single";
|
|
392
|
+
readonly codec: "float32";
|
|
393
|
+
}, {
|
|
394
|
+
readonly name: "Delay";
|
|
395
|
+
readonly typeName: "System.Single";
|
|
396
|
+
readonly codec: "float32";
|
|
397
|
+
}, {
|
|
398
|
+
readonly name: "Area";
|
|
399
|
+
readonly typeName: "System.Single";
|
|
400
|
+
readonly codec: "float32";
|
|
401
|
+
}, {
|
|
402
|
+
readonly name: "Range";
|
|
403
|
+
readonly typeName: "System.Single";
|
|
404
|
+
readonly codec: "float32";
|
|
405
|
+
}, {
|
|
406
|
+
readonly name: "LeapType";
|
|
407
|
+
readonly typeName: "LeapType";
|
|
408
|
+
readonly codec: "packedInt32";
|
|
409
|
+
}];
|
|
410
|
+
}, {
|
|
411
|
+
readonly name: "targetId";
|
|
412
|
+
readonly typeName: "System.Int32";
|
|
413
|
+
readonly codec: "packedInt32";
|
|
414
|
+
}, {
|
|
415
|
+
readonly name: "position";
|
|
416
|
+
readonly typeName: "UnityEngine.Vector3";
|
|
417
|
+
readonly codec: "vector3";
|
|
418
|
+
}, {
|
|
419
|
+
readonly name: "castTime";
|
|
420
|
+
readonly typeName: "System.Single";
|
|
421
|
+
readonly codec: "float32";
|
|
422
|
+
}, {
|
|
423
|
+
readonly name: "animTime";
|
|
424
|
+
readonly typeName: "System.Single";
|
|
425
|
+
readonly codec: "float32";
|
|
426
|
+
}];
|
|
427
|
+
}, {
|
|
428
|
+
readonly wireHash: 7;
|
|
429
|
+
readonly packetKind: "observersRpc";
|
|
430
|
+
readonly methodName: "CastComplete_C";
|
|
431
|
+
}, {
|
|
432
|
+
readonly wireHash: 8;
|
|
433
|
+
readonly packetKind: "observersRpc";
|
|
434
|
+
readonly methodName: "ToggleBegin_C";
|
|
435
|
+
readonly parameters: readonly [{
|
|
436
|
+
readonly name: "id";
|
|
437
|
+
readonly typeName: "System.String";
|
|
438
|
+
}];
|
|
439
|
+
}];
|
|
440
|
+
readonly syncTypes: readonly [{
|
|
441
|
+
readonly index: 0;
|
|
442
|
+
readonly name: "CurrentMana";
|
|
443
|
+
readonly typeName: "System.Int32";
|
|
444
|
+
readonly codec: "packedInt32";
|
|
445
|
+
}, {
|
|
446
|
+
readonly index: 1;
|
|
447
|
+
readonly name: "MaxMana";
|
|
448
|
+
readonly typeName: "System.Int32";
|
|
449
|
+
readonly codec: "packedInt32";
|
|
450
|
+
}];
|
|
451
|
+
};
|
|
452
|
+
}
|
|
453
|
+
//# sourceMappingURL=skills-component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skills-component.d.ts","sourceRoot":"","sources":["../../../../src/fishnet/rpc-definitions/game/skills-component.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
export declare class StatusComponentRpcDefinition {
|
|
2
|
+
private constructor();
|
|
3
|
+
static readonly typeName = "StatusComponent";
|
|
4
|
+
static readonly rpcs: readonly [{
|
|
5
|
+
readonly wireHash: 0;
|
|
6
|
+
readonly packetKind: "serverRpc";
|
|
7
|
+
readonly methodName: "CancelEffect_S";
|
|
8
|
+
readonly parameters: readonly [{
|
|
9
|
+
readonly name: "id";
|
|
10
|
+
readonly typeName: "System.String";
|
|
11
|
+
readonly codec: "stringUtf8Packed";
|
|
12
|
+
}];
|
|
13
|
+
}, {
|
|
14
|
+
readonly wireHash: 1;
|
|
15
|
+
readonly packetKind: "observersRpc";
|
|
16
|
+
readonly methodName: "ApplySkillDisplay_O";
|
|
17
|
+
readonly parameters: readonly [{
|
|
18
|
+
readonly name: "id";
|
|
19
|
+
readonly typeName: "System.String";
|
|
20
|
+
readonly codec: "stringUtf8Packed";
|
|
21
|
+
}, {
|
|
22
|
+
readonly name: "lv";
|
|
23
|
+
readonly typeName: "System.Int32";
|
|
24
|
+
readonly codec: "packedInt32";
|
|
25
|
+
}];
|
|
26
|
+
}, {
|
|
27
|
+
readonly wireHash: 2;
|
|
28
|
+
readonly packetKind: "observersRpc";
|
|
29
|
+
readonly methodName: "RemoveSkillDisplay_O";
|
|
30
|
+
readonly parameters: readonly [{
|
|
31
|
+
readonly name: "id";
|
|
32
|
+
readonly typeName: "System.String";
|
|
33
|
+
readonly codec: "stringUtf8Packed";
|
|
34
|
+
}];
|
|
35
|
+
}, {
|
|
36
|
+
readonly wireHash: 3;
|
|
37
|
+
readonly packetKind: "targetRpc";
|
|
38
|
+
readonly methodName: "ApplyEffect_T";
|
|
39
|
+
readonly parameters: readonly [{
|
|
40
|
+
readonly name: "statusId";
|
|
41
|
+
readonly typeName: "System.String";
|
|
42
|
+
readonly codec: "stringUtf8Packed";
|
|
43
|
+
}, {
|
|
44
|
+
readonly name: "level";
|
|
45
|
+
readonly typeName: "System.Int32";
|
|
46
|
+
readonly codec: "packedInt32";
|
|
47
|
+
}];
|
|
48
|
+
}, {
|
|
49
|
+
readonly wireHash: 4;
|
|
50
|
+
readonly packetKind: "targetRpc";
|
|
51
|
+
readonly methodName: "RemoveEffect_T";
|
|
52
|
+
readonly parameters: readonly [{
|
|
53
|
+
readonly name: "statusId";
|
|
54
|
+
readonly typeName: "System.String";
|
|
55
|
+
readonly codec: "stringUtf8Packed";
|
|
56
|
+
}, {
|
|
57
|
+
readonly name: "level";
|
|
58
|
+
readonly typeName: "System.Int32";
|
|
59
|
+
readonly codec: "packedInt32";
|
|
60
|
+
}];
|
|
61
|
+
}, {
|
|
62
|
+
readonly wireHash: 5;
|
|
63
|
+
readonly packetKind: "observersRpc";
|
|
64
|
+
readonly methodName: "ApplyEffectDisplays_O";
|
|
65
|
+
readonly parameters: readonly [{
|
|
66
|
+
readonly name: "applies";
|
|
67
|
+
readonly typeName: "StatusComponent+QueuedEffectDisplay[]";
|
|
68
|
+
}, {
|
|
69
|
+
readonly name: "removes";
|
|
70
|
+
readonly typeName: "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]";
|
|
71
|
+
}];
|
|
72
|
+
}];
|
|
73
|
+
static readonly definition: {
|
|
74
|
+
readonly typeName: "StatusComponent";
|
|
75
|
+
readonly rpcs: readonly [{
|
|
76
|
+
readonly wireHash: 0;
|
|
77
|
+
readonly packetKind: "serverRpc";
|
|
78
|
+
readonly methodName: "CancelEffect_S";
|
|
79
|
+
readonly parameters: readonly [{
|
|
80
|
+
readonly name: "id";
|
|
81
|
+
readonly typeName: "System.String";
|
|
82
|
+
readonly codec: "stringUtf8Packed";
|
|
83
|
+
}];
|
|
84
|
+
}, {
|
|
85
|
+
readonly wireHash: 1;
|
|
86
|
+
readonly packetKind: "observersRpc";
|
|
87
|
+
readonly methodName: "ApplySkillDisplay_O";
|
|
88
|
+
readonly parameters: readonly [{
|
|
89
|
+
readonly name: "id";
|
|
90
|
+
readonly typeName: "System.String";
|
|
91
|
+
readonly codec: "stringUtf8Packed";
|
|
92
|
+
}, {
|
|
93
|
+
readonly name: "lv";
|
|
94
|
+
readonly typeName: "System.Int32";
|
|
95
|
+
readonly codec: "packedInt32";
|
|
96
|
+
}];
|
|
97
|
+
}, {
|
|
98
|
+
readonly wireHash: 2;
|
|
99
|
+
readonly packetKind: "observersRpc";
|
|
100
|
+
readonly methodName: "RemoveSkillDisplay_O";
|
|
101
|
+
readonly parameters: readonly [{
|
|
102
|
+
readonly name: "id";
|
|
103
|
+
readonly typeName: "System.String";
|
|
104
|
+
readonly codec: "stringUtf8Packed";
|
|
105
|
+
}];
|
|
106
|
+
}, {
|
|
107
|
+
readonly wireHash: 3;
|
|
108
|
+
readonly packetKind: "targetRpc";
|
|
109
|
+
readonly methodName: "ApplyEffect_T";
|
|
110
|
+
readonly parameters: readonly [{
|
|
111
|
+
readonly name: "statusId";
|
|
112
|
+
readonly typeName: "System.String";
|
|
113
|
+
readonly codec: "stringUtf8Packed";
|
|
114
|
+
}, {
|
|
115
|
+
readonly name: "level";
|
|
116
|
+
readonly typeName: "System.Int32";
|
|
117
|
+
readonly codec: "packedInt32";
|
|
118
|
+
}];
|
|
119
|
+
}, {
|
|
120
|
+
readonly wireHash: 4;
|
|
121
|
+
readonly packetKind: "targetRpc";
|
|
122
|
+
readonly methodName: "RemoveEffect_T";
|
|
123
|
+
readonly parameters: readonly [{
|
|
124
|
+
readonly name: "statusId";
|
|
125
|
+
readonly typeName: "System.String";
|
|
126
|
+
readonly codec: "stringUtf8Packed";
|
|
127
|
+
}, {
|
|
128
|
+
readonly name: "level";
|
|
129
|
+
readonly typeName: "System.Int32";
|
|
130
|
+
readonly codec: "packedInt32";
|
|
131
|
+
}];
|
|
132
|
+
}, {
|
|
133
|
+
readonly wireHash: 5;
|
|
134
|
+
readonly packetKind: "observersRpc";
|
|
135
|
+
readonly methodName: "ApplyEffectDisplays_O";
|
|
136
|
+
readonly parameters: readonly [{
|
|
137
|
+
readonly name: "applies";
|
|
138
|
+
readonly typeName: "StatusComponent+QueuedEffectDisplay[]";
|
|
139
|
+
}, {
|
|
140
|
+
readonly name: "removes";
|
|
141
|
+
readonly typeName: "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]";
|
|
142
|
+
}];
|
|
143
|
+
}];
|
|
144
|
+
};
|
|
145
|
+
}
|
|
146
|
+
//# sourceMappingURL=status-component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status-component.d.ts","sourceRoot":"","sources":["../../../../src/fishnet/rpc-definitions/game/status-component.ts"],"names":[],"mappings":"AAEA,qBAAa,4BAA4B;IACvC,OAAO,eAAiB;IAExB,MAAM,CAAC,QAAQ,CAAC,QAAQ,qBAAqB;IAC7C,MAAM,CAAC,QAAQ,CAAC,IAAI;2BAEJ,CAAC;6BACC,WAAW;6BACX,gBAAgB;;2BAGlB,IAAI;+BACA,eAAe;4BAClB,kBAAkB;;;2BAKnB,CAAC;6BACC,cAAc;6BACd,qBAAqB;;2BAGvB,IAAI;+BACA,eAAe;4BAClB,kBAAkB;;2BAGnB,IAAI;+BACA,cAAc;4BACjB,aAAa;;;2BAKd,CAAC;6BACC,cAAc;6BACd,sBAAsB;;2BAGxB,IAAI;+BACA,eAAe;4BAClB,kBAAkB;;;2BAKnB,CAAC;6BACC,WAAW;6BACX,eAAe;;2BAGjB,UAAU;+BACN,eAAe;4BAClB,kBAAkB;;2BAGnB,OAAO;+BACH,cAAc;4BACjB,aAAa;;;2BAKd,CAAC;6BACC,WAAW;6BACX,gBAAgB;;2BAGlB,UAAU;+BACN,eAAe;4BAClB,kBAAkB;;2BAGnB,OAAO;+BACH,cAAc;4BACjB,aAAa;;;2BAKd,CAAC;6BACC,cAAc;6BACd,uBAAuB;;2BAGzB,SAAS;+BACL,uCAAuC;;2BAG3C,SAAS;+BACL,+IAA+I;;OAI9G;IACrD,MAAM,CAAC,QAAQ,CAAC,UAAU;;;+BA1FV,CAAC;iCACC,WAAW;iCACX,gBAAgB;;+BAGlB,IAAI;mCACA,eAAe;gCAClB,kBAAkB;;;+BAKnB,CAAC;iCACC,cAAc;iCACd,qBAAqB;;+BAGvB,IAAI;mCACA,eAAe;gCAClB,kBAAkB;;+BAGnB,IAAI;mCACA,cAAc;gCACjB,aAAa;;;+BAKd,CAAC;iCACC,cAAc;iCACd,sBAAsB;;+BAGxB,IAAI;mCACA,eAAe;gCAClB,kBAAkB;;;+BAKnB,CAAC;iCACC,WAAW;iCACX,eAAe;;+BAGjB,UAAU;mCACN,eAAe;gCAClB,kBAAkB;;+BAGnB,OAAO;mCACH,cAAc;gCACjB,aAAa;;;+BAKd,CAAC;iCACC,WAAW;iCACX,gBAAgB;;+BAGlB,UAAU;mCACN,eAAe;gCAClB,kBAAkB;;+BAGnB,OAAO;mCACH,cAAc;gCACjB,aAAa;;;+BAKd,CAAC;iCACC,cAAc;iCACd,uBAAuB;;+BAGzB,SAAS;mCACL,uCAAuC;;+BAG3C,SAAS;mCACL,+IAA+I;;;MAQnH;CACjD"}
|