@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,306 @@
|
|
|
1
|
+
export declare class HealthComponentRpcDefinition {
|
|
2
|
+
private constructor();
|
|
3
|
+
static readonly typeName = "HealthComponent";
|
|
4
|
+
static readonly rpcs: readonly [{
|
|
5
|
+
readonly wireHash: 0;
|
|
6
|
+
readonly packetKind: "observersRpc";
|
|
7
|
+
readonly methodName: "ApplyDamage_C";
|
|
8
|
+
readonly parameters: readonly [{
|
|
9
|
+
readonly name: "dmg";
|
|
10
|
+
readonly typeName: "Damage";
|
|
11
|
+
readonly fields: readonly [{
|
|
12
|
+
readonly name: "Team";
|
|
13
|
+
readonly typeName: "CombatTeam";
|
|
14
|
+
readonly codec: "packedInt32";
|
|
15
|
+
}, {
|
|
16
|
+
readonly name: "Value";
|
|
17
|
+
readonly typeName: "System.Int32";
|
|
18
|
+
readonly codec: "packedInt32";
|
|
19
|
+
}, {
|
|
20
|
+
readonly name: "Type";
|
|
21
|
+
readonly typeName: "DamageType";
|
|
22
|
+
readonly codec: "packedInt32";
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "Hit";
|
|
25
|
+
readonly typeName: "HitResult";
|
|
26
|
+
readonly codec: "packedInt32";
|
|
27
|
+
}, {
|
|
28
|
+
readonly name: "Hits";
|
|
29
|
+
readonly typeName: "System.Int32";
|
|
30
|
+
readonly codec: "packedInt32";
|
|
31
|
+
}, {
|
|
32
|
+
readonly name: "DamageSourceId";
|
|
33
|
+
readonly typeName: "System.String";
|
|
34
|
+
readonly codec: "stringUtf8Packed";
|
|
35
|
+
}, {
|
|
36
|
+
readonly name: "AttackerId";
|
|
37
|
+
readonly typeName: "System.Int32";
|
|
38
|
+
readonly codec: "packedInt32";
|
|
39
|
+
}, {
|
|
40
|
+
readonly name: "IsClone";
|
|
41
|
+
readonly typeName: "System.Boolean";
|
|
42
|
+
readonly codec: "boolean";
|
|
43
|
+
}, {
|
|
44
|
+
readonly name: "IsSummon";
|
|
45
|
+
readonly typeName: "System.Boolean";
|
|
46
|
+
readonly codec: "boolean";
|
|
47
|
+
}, {
|
|
48
|
+
readonly name: "Element";
|
|
49
|
+
readonly typeName: "Element";
|
|
50
|
+
readonly codec: "packedInt32";
|
|
51
|
+
}, {
|
|
52
|
+
readonly name: "WeaponType";
|
|
53
|
+
readonly typeName: "EquipType";
|
|
54
|
+
readonly codec: "packedInt32";
|
|
55
|
+
}, {
|
|
56
|
+
readonly name: "Range";
|
|
57
|
+
readonly typeName: "System.Int32";
|
|
58
|
+
readonly codec: "packedInt32";
|
|
59
|
+
}];
|
|
60
|
+
}, {
|
|
61
|
+
readonly name: "position";
|
|
62
|
+
readonly typeName: "UnityEngine.Vector3";
|
|
63
|
+
readonly codec: "vector3";
|
|
64
|
+
}, {
|
|
65
|
+
readonly name: "origin";
|
|
66
|
+
readonly typeName: "UnityEngine.Vector3";
|
|
67
|
+
readonly codec: "vector3";
|
|
68
|
+
}];
|
|
69
|
+
}, {
|
|
70
|
+
readonly wireHash: 1;
|
|
71
|
+
readonly packetKind: "observersRpc";
|
|
72
|
+
readonly methodName: "Recover_C";
|
|
73
|
+
readonly parameters: readonly [{
|
|
74
|
+
readonly name: "amount";
|
|
75
|
+
readonly typeName: "System.Int32";
|
|
76
|
+
readonly codec: "packedInt32";
|
|
77
|
+
}, {
|
|
78
|
+
readonly name: "settings";
|
|
79
|
+
readonly typeName: "FloaterSettings";
|
|
80
|
+
}];
|
|
81
|
+
}, {
|
|
82
|
+
readonly wireHash: 2;
|
|
83
|
+
readonly packetKind: "observersRpc";
|
|
84
|
+
readonly methodName: "Death_C";
|
|
85
|
+
readonly parameters: readonly [{
|
|
86
|
+
readonly name: "dmg";
|
|
87
|
+
readonly typeName: "Damage";
|
|
88
|
+
readonly fields: readonly [{
|
|
89
|
+
readonly name: "Team";
|
|
90
|
+
readonly typeName: "CombatTeam";
|
|
91
|
+
readonly codec: "packedInt32";
|
|
92
|
+
}, {
|
|
93
|
+
readonly name: "Value";
|
|
94
|
+
readonly typeName: "System.Int32";
|
|
95
|
+
readonly codec: "packedInt32";
|
|
96
|
+
}, {
|
|
97
|
+
readonly name: "Type";
|
|
98
|
+
readonly typeName: "DamageType";
|
|
99
|
+
readonly codec: "packedInt32";
|
|
100
|
+
}, {
|
|
101
|
+
readonly name: "Hit";
|
|
102
|
+
readonly typeName: "HitResult";
|
|
103
|
+
readonly codec: "packedInt32";
|
|
104
|
+
}, {
|
|
105
|
+
readonly name: "Hits";
|
|
106
|
+
readonly typeName: "System.Int32";
|
|
107
|
+
readonly codec: "packedInt32";
|
|
108
|
+
}, {
|
|
109
|
+
readonly name: "DamageSourceId";
|
|
110
|
+
readonly typeName: "System.String";
|
|
111
|
+
readonly codec: "stringUtf8Packed";
|
|
112
|
+
}, {
|
|
113
|
+
readonly name: "AttackerId";
|
|
114
|
+
readonly typeName: "System.Int32";
|
|
115
|
+
readonly codec: "packedInt32";
|
|
116
|
+
}, {
|
|
117
|
+
readonly name: "IsClone";
|
|
118
|
+
readonly typeName: "System.Boolean";
|
|
119
|
+
readonly codec: "boolean";
|
|
120
|
+
}, {
|
|
121
|
+
readonly name: "IsSummon";
|
|
122
|
+
readonly typeName: "System.Boolean";
|
|
123
|
+
readonly codec: "boolean";
|
|
124
|
+
}, {
|
|
125
|
+
readonly name: "Element";
|
|
126
|
+
readonly typeName: "Element";
|
|
127
|
+
readonly codec: "packedInt32";
|
|
128
|
+
}, {
|
|
129
|
+
readonly name: "WeaponType";
|
|
130
|
+
readonly typeName: "EquipType";
|
|
131
|
+
readonly codec: "packedInt32";
|
|
132
|
+
}, {
|
|
133
|
+
readonly name: "Range";
|
|
134
|
+
readonly typeName: "System.Int32";
|
|
135
|
+
readonly codec: "packedInt32";
|
|
136
|
+
}];
|
|
137
|
+
}];
|
|
138
|
+
}];
|
|
139
|
+
/**
|
|
140
|
+
* Named from observation rather than from game metadata: index 0 reconciles against accumulated
|
|
141
|
+
* damage and healing on ~91% of updates in a live capture, and index 1 is written alongside it to
|
|
142
|
+
* the same value on spawn and on a full restore. `packages/character/src/record-decoder.ts` has
|
|
143
|
+
* read both positionally for some time; declaring them here is what puts a name on the packet.
|
|
144
|
+
*/
|
|
145
|
+
static readonly syncTypes: readonly [{
|
|
146
|
+
readonly index: 0;
|
|
147
|
+
readonly name: "CurrentHealth";
|
|
148
|
+
readonly typeName: "System.Int32";
|
|
149
|
+
readonly codec: "packedInt32";
|
|
150
|
+
}, {
|
|
151
|
+
readonly index: 1;
|
|
152
|
+
readonly name: "MaxHealth";
|
|
153
|
+
readonly typeName: "System.Int32";
|
|
154
|
+
readonly codec: "packedInt32";
|
|
155
|
+
}];
|
|
156
|
+
static readonly definition: {
|
|
157
|
+
readonly typeName: "HealthComponent";
|
|
158
|
+
readonly rpcs: readonly [{
|
|
159
|
+
readonly wireHash: 0;
|
|
160
|
+
readonly packetKind: "observersRpc";
|
|
161
|
+
readonly methodName: "ApplyDamage_C";
|
|
162
|
+
readonly parameters: readonly [{
|
|
163
|
+
readonly name: "dmg";
|
|
164
|
+
readonly typeName: "Damage";
|
|
165
|
+
readonly fields: readonly [{
|
|
166
|
+
readonly name: "Team";
|
|
167
|
+
readonly typeName: "CombatTeam";
|
|
168
|
+
readonly codec: "packedInt32";
|
|
169
|
+
}, {
|
|
170
|
+
readonly name: "Value";
|
|
171
|
+
readonly typeName: "System.Int32";
|
|
172
|
+
readonly codec: "packedInt32";
|
|
173
|
+
}, {
|
|
174
|
+
readonly name: "Type";
|
|
175
|
+
readonly typeName: "DamageType";
|
|
176
|
+
readonly codec: "packedInt32";
|
|
177
|
+
}, {
|
|
178
|
+
readonly name: "Hit";
|
|
179
|
+
readonly typeName: "HitResult";
|
|
180
|
+
readonly codec: "packedInt32";
|
|
181
|
+
}, {
|
|
182
|
+
readonly name: "Hits";
|
|
183
|
+
readonly typeName: "System.Int32";
|
|
184
|
+
readonly codec: "packedInt32";
|
|
185
|
+
}, {
|
|
186
|
+
readonly name: "DamageSourceId";
|
|
187
|
+
readonly typeName: "System.String";
|
|
188
|
+
readonly codec: "stringUtf8Packed";
|
|
189
|
+
}, {
|
|
190
|
+
readonly name: "AttackerId";
|
|
191
|
+
readonly typeName: "System.Int32";
|
|
192
|
+
readonly codec: "packedInt32";
|
|
193
|
+
}, {
|
|
194
|
+
readonly name: "IsClone";
|
|
195
|
+
readonly typeName: "System.Boolean";
|
|
196
|
+
readonly codec: "boolean";
|
|
197
|
+
}, {
|
|
198
|
+
readonly name: "IsSummon";
|
|
199
|
+
readonly typeName: "System.Boolean";
|
|
200
|
+
readonly codec: "boolean";
|
|
201
|
+
}, {
|
|
202
|
+
readonly name: "Element";
|
|
203
|
+
readonly typeName: "Element";
|
|
204
|
+
readonly codec: "packedInt32";
|
|
205
|
+
}, {
|
|
206
|
+
readonly name: "WeaponType";
|
|
207
|
+
readonly typeName: "EquipType";
|
|
208
|
+
readonly codec: "packedInt32";
|
|
209
|
+
}, {
|
|
210
|
+
readonly name: "Range";
|
|
211
|
+
readonly typeName: "System.Int32";
|
|
212
|
+
readonly codec: "packedInt32";
|
|
213
|
+
}];
|
|
214
|
+
}, {
|
|
215
|
+
readonly name: "position";
|
|
216
|
+
readonly typeName: "UnityEngine.Vector3";
|
|
217
|
+
readonly codec: "vector3";
|
|
218
|
+
}, {
|
|
219
|
+
readonly name: "origin";
|
|
220
|
+
readonly typeName: "UnityEngine.Vector3";
|
|
221
|
+
readonly codec: "vector3";
|
|
222
|
+
}];
|
|
223
|
+
}, {
|
|
224
|
+
readonly wireHash: 1;
|
|
225
|
+
readonly packetKind: "observersRpc";
|
|
226
|
+
readonly methodName: "Recover_C";
|
|
227
|
+
readonly parameters: readonly [{
|
|
228
|
+
readonly name: "amount";
|
|
229
|
+
readonly typeName: "System.Int32";
|
|
230
|
+
readonly codec: "packedInt32";
|
|
231
|
+
}, {
|
|
232
|
+
readonly name: "settings";
|
|
233
|
+
readonly typeName: "FloaterSettings";
|
|
234
|
+
}];
|
|
235
|
+
}, {
|
|
236
|
+
readonly wireHash: 2;
|
|
237
|
+
readonly packetKind: "observersRpc";
|
|
238
|
+
readonly methodName: "Death_C";
|
|
239
|
+
readonly parameters: readonly [{
|
|
240
|
+
readonly name: "dmg";
|
|
241
|
+
readonly typeName: "Damage";
|
|
242
|
+
readonly fields: readonly [{
|
|
243
|
+
readonly name: "Team";
|
|
244
|
+
readonly typeName: "CombatTeam";
|
|
245
|
+
readonly codec: "packedInt32";
|
|
246
|
+
}, {
|
|
247
|
+
readonly name: "Value";
|
|
248
|
+
readonly typeName: "System.Int32";
|
|
249
|
+
readonly codec: "packedInt32";
|
|
250
|
+
}, {
|
|
251
|
+
readonly name: "Type";
|
|
252
|
+
readonly typeName: "DamageType";
|
|
253
|
+
readonly codec: "packedInt32";
|
|
254
|
+
}, {
|
|
255
|
+
readonly name: "Hit";
|
|
256
|
+
readonly typeName: "HitResult";
|
|
257
|
+
readonly codec: "packedInt32";
|
|
258
|
+
}, {
|
|
259
|
+
readonly name: "Hits";
|
|
260
|
+
readonly typeName: "System.Int32";
|
|
261
|
+
readonly codec: "packedInt32";
|
|
262
|
+
}, {
|
|
263
|
+
readonly name: "DamageSourceId";
|
|
264
|
+
readonly typeName: "System.String";
|
|
265
|
+
readonly codec: "stringUtf8Packed";
|
|
266
|
+
}, {
|
|
267
|
+
readonly name: "AttackerId";
|
|
268
|
+
readonly typeName: "System.Int32";
|
|
269
|
+
readonly codec: "packedInt32";
|
|
270
|
+
}, {
|
|
271
|
+
readonly name: "IsClone";
|
|
272
|
+
readonly typeName: "System.Boolean";
|
|
273
|
+
readonly codec: "boolean";
|
|
274
|
+
}, {
|
|
275
|
+
readonly name: "IsSummon";
|
|
276
|
+
readonly typeName: "System.Boolean";
|
|
277
|
+
readonly codec: "boolean";
|
|
278
|
+
}, {
|
|
279
|
+
readonly name: "Element";
|
|
280
|
+
readonly typeName: "Element";
|
|
281
|
+
readonly codec: "packedInt32";
|
|
282
|
+
}, {
|
|
283
|
+
readonly name: "WeaponType";
|
|
284
|
+
readonly typeName: "EquipType";
|
|
285
|
+
readonly codec: "packedInt32";
|
|
286
|
+
}, {
|
|
287
|
+
readonly name: "Range";
|
|
288
|
+
readonly typeName: "System.Int32";
|
|
289
|
+
readonly codec: "packedInt32";
|
|
290
|
+
}];
|
|
291
|
+
}];
|
|
292
|
+
}];
|
|
293
|
+
readonly syncTypes: readonly [{
|
|
294
|
+
readonly index: 0;
|
|
295
|
+
readonly name: "CurrentHealth";
|
|
296
|
+
readonly typeName: "System.Int32";
|
|
297
|
+
readonly codec: "packedInt32";
|
|
298
|
+
}, {
|
|
299
|
+
readonly index: 1;
|
|
300
|
+
readonly name: "MaxHealth";
|
|
301
|
+
readonly typeName: "System.Int32";
|
|
302
|
+
readonly codec: "packedInt32";
|
|
303
|
+
}];
|
|
304
|
+
};
|
|
305
|
+
}
|
|
306
|
+
//# sourceMappingURL=health-component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"health-component.d.ts","sourceRoot":"","sources":["../../../../src/fishnet/rpc-definitions/game/health-component.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/** Build-derived SyncVar layout for the spawnable LootDrop prefab. */
|
|
2
|
+
export declare class LootDropRpcDefinition {
|
|
3
|
+
private constructor();
|
|
4
|
+
static readonly typeName = "LootDrop";
|
|
5
|
+
static readonly syncTypes: readonly [{
|
|
6
|
+
readonly index: 0;
|
|
7
|
+
readonly name: "Dto";
|
|
8
|
+
readonly typeName: "LootDropDto";
|
|
9
|
+
readonly fields: readonly [{
|
|
10
|
+
readonly name: "DisplayName";
|
|
11
|
+
readonly typeName: "System.String";
|
|
12
|
+
readonly codec: "stringUtf8Packed";
|
|
13
|
+
}, {
|
|
14
|
+
readonly name: "SpriteId";
|
|
15
|
+
readonly typeName: "System.String";
|
|
16
|
+
readonly codec: "stringUtf8Packed";
|
|
17
|
+
}, {
|
|
18
|
+
readonly name: "Rarity";
|
|
19
|
+
readonly typeName: "ItemRarity";
|
|
20
|
+
readonly codec: "packedInt32";
|
|
21
|
+
}, {
|
|
22
|
+
readonly name: "Scale";
|
|
23
|
+
readonly typeName: "System.Single";
|
|
24
|
+
readonly codec: "float32";
|
|
25
|
+
}, {
|
|
26
|
+
readonly name: "LootChance";
|
|
27
|
+
readonly typeName: "System.Single";
|
|
28
|
+
readonly codec: "float32";
|
|
29
|
+
}, {
|
|
30
|
+
readonly name: "LootType";
|
|
31
|
+
readonly typeName: "ItemType";
|
|
32
|
+
readonly codec: "packedInt32";
|
|
33
|
+
}];
|
|
34
|
+
}, {
|
|
35
|
+
readonly index: 1;
|
|
36
|
+
readonly name: "Lock";
|
|
37
|
+
readonly typeName: "LockDto";
|
|
38
|
+
readonly fields: readonly [{
|
|
39
|
+
readonly name: "ExpireAt";
|
|
40
|
+
readonly typeName: "System.DateTime";
|
|
41
|
+
readonly codec: "packedInt64";
|
|
42
|
+
}, {
|
|
43
|
+
readonly name: "PartyId";
|
|
44
|
+
readonly typeName: "System.Int32";
|
|
45
|
+
readonly codec: "packedInt32";
|
|
46
|
+
}, {
|
|
47
|
+
readonly name: "PlayerId";
|
|
48
|
+
readonly typeName: "System.String";
|
|
49
|
+
readonly codec: "stringUtf8Packed";
|
|
50
|
+
}];
|
|
51
|
+
}];
|
|
52
|
+
static readonly definition: {
|
|
53
|
+
readonly typeName: "LootDrop";
|
|
54
|
+
readonly rpcs: readonly [];
|
|
55
|
+
readonly syncTypes: readonly [{
|
|
56
|
+
readonly index: 0;
|
|
57
|
+
readonly name: "Dto";
|
|
58
|
+
readonly typeName: "LootDropDto";
|
|
59
|
+
readonly fields: readonly [{
|
|
60
|
+
readonly name: "DisplayName";
|
|
61
|
+
readonly typeName: "System.String";
|
|
62
|
+
readonly codec: "stringUtf8Packed";
|
|
63
|
+
}, {
|
|
64
|
+
readonly name: "SpriteId";
|
|
65
|
+
readonly typeName: "System.String";
|
|
66
|
+
readonly codec: "stringUtf8Packed";
|
|
67
|
+
}, {
|
|
68
|
+
readonly name: "Rarity";
|
|
69
|
+
readonly typeName: "ItemRarity";
|
|
70
|
+
readonly codec: "packedInt32";
|
|
71
|
+
}, {
|
|
72
|
+
readonly name: "Scale";
|
|
73
|
+
readonly typeName: "System.Single";
|
|
74
|
+
readonly codec: "float32";
|
|
75
|
+
}, {
|
|
76
|
+
readonly name: "LootChance";
|
|
77
|
+
readonly typeName: "System.Single";
|
|
78
|
+
readonly codec: "float32";
|
|
79
|
+
}, {
|
|
80
|
+
readonly name: "LootType";
|
|
81
|
+
readonly typeName: "ItemType";
|
|
82
|
+
readonly codec: "packedInt32";
|
|
83
|
+
}];
|
|
84
|
+
}, {
|
|
85
|
+
readonly index: 1;
|
|
86
|
+
readonly name: "Lock";
|
|
87
|
+
readonly typeName: "LockDto";
|
|
88
|
+
readonly fields: readonly [{
|
|
89
|
+
readonly name: "ExpireAt";
|
|
90
|
+
readonly typeName: "System.DateTime";
|
|
91
|
+
readonly codec: "packedInt64";
|
|
92
|
+
}, {
|
|
93
|
+
readonly name: "PartyId";
|
|
94
|
+
readonly typeName: "System.Int32";
|
|
95
|
+
readonly codec: "packedInt32";
|
|
96
|
+
}, {
|
|
97
|
+
readonly name: "PlayerId";
|
|
98
|
+
readonly typeName: "System.String";
|
|
99
|
+
readonly codec: "stringUtf8Packed";
|
|
100
|
+
}];
|
|
101
|
+
}];
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
//# sourceMappingURL=loot-drop.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loot-drop.d.ts","sourceRoot":"","sources":["../../../../src/fishnet/rpc-definitions/game/loot-drop.ts"],"names":[],"mappings":"AAEA,sEAAsE;AACtE,qBAAa,qBAAqB;IAChC,OAAO,eAAiB;IAExB,MAAM,CAAC,QAAQ,CAAC,QAAQ,cAAc;IACtC,MAAM,CAAC,QAAQ,CAAC,SAAS;wBAEd,CAAC;uBACF,KAAK;2BACD,aAAa;;2BAEb,aAAa;+BAAY,eAAe;4BAAS,kBAAkB;;2BACnE,UAAU;+BAAY,eAAe;4BAAS,kBAAkB;;2BAChE,QAAQ;+BAAY,YAAY;4BAAS,aAAa;;2BACtD,OAAO;+BAAY,eAAe;4BAAS,SAAS;;2BACpD,YAAY;+BAAY,eAAe;4BAAS,SAAS;;2BACzD,UAAU;+BAAY,UAAU;4BAAS,aAAa;;;wBAIzD,CAAC;uBACF,MAAM;2BACF,SAAS;;2BAIT,UAAU;+BAAY,iBAAiB;4BAAS,aAAa;;2BAC7D,SAAS;+BAAY,cAAc;4BAAS,aAAa;;2BACzD,UAAU;+BAAY,eAAe;4BAAS,kBAAkB;;OAGpB;IAE1D,MAAM,CAAC,QAAQ,CAAC,UAAU;;;;4BA1Bf,CAAC;2BACF,KAAK;+BACD,aAAa;;+BAEb,aAAa;mCAAY,eAAe;gCAAS,kBAAkB;;+BACnE,UAAU;mCAAY,eAAe;gCAAS,kBAAkB;;+BAChE,QAAQ;mCAAY,YAAY;gCAAS,aAAa;;+BACtD,OAAO;mCAAY,eAAe;gCAAS,SAAS;;+BACpD,YAAY;mCAAY,eAAe;gCAAS,SAAS;;+BACzD,UAAU;mCAAY,UAAU;gCAAS,aAAa;;;4BAIzD,CAAC;2BACF,MAAM;+BACF,SAAS;;+BAIT,UAAU;mCAAY,iBAAiB;gCAAS,aAAa;;+BAC7D,SAAS;mCAAY,cAAc;gCAAS,aAAa;;+BACzD,UAAU;mCAAY,eAAe;gCAAS,kBAAkB;;;MAS9B;CACjD"}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
export declare class MonsterControllerRpcDefinition {
|
|
2
|
+
private constructor();
|
|
3
|
+
static readonly typeName = "MonsterController";
|
|
4
|
+
static readonly rpcs: readonly [{
|
|
5
|
+
readonly wireHash: 0;
|
|
6
|
+
readonly packetKind: "serverRpc";
|
|
7
|
+
readonly methodName: "TraverseShipCaptain";
|
|
8
|
+
readonly parameters: readonly [{
|
|
9
|
+
readonly name: "npcId";
|
|
10
|
+
readonly typeName: "System.String";
|
|
11
|
+
}];
|
|
12
|
+
}, {
|
|
13
|
+
readonly wireHash: 1;
|
|
14
|
+
readonly packetKind: "targetRpc";
|
|
15
|
+
readonly methodName: "ClientPrepareTransfer";
|
|
16
|
+
}, {
|
|
17
|
+
readonly wireHash: 2;
|
|
18
|
+
readonly packetKind: "targetRpc";
|
|
19
|
+
readonly methodName: "ClientSwitchServer";
|
|
20
|
+
readonly parameters: readonly [{
|
|
21
|
+
readonly name: "host";
|
|
22
|
+
readonly typeName: "System.String";
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "port";
|
|
25
|
+
readonly typeName: "System.UInt16";
|
|
26
|
+
}];
|
|
27
|
+
}, {
|
|
28
|
+
readonly wireHash: 3;
|
|
29
|
+
readonly packetKind: "observersRpc";
|
|
30
|
+
readonly methodName: "TraverseObservers";
|
|
31
|
+
readonly parameters: readonly [{
|
|
32
|
+
readonly name: "mapId";
|
|
33
|
+
readonly typeName: "System.Int32";
|
|
34
|
+
}, {
|
|
35
|
+
readonly name: "dto";
|
|
36
|
+
readonly typeName: "BaseUnitController+TraverseDto";
|
|
37
|
+
}];
|
|
38
|
+
}, {
|
|
39
|
+
readonly wireHash: 4;
|
|
40
|
+
readonly packetKind: "targetRpc";
|
|
41
|
+
readonly methodName: "TraverseActive";
|
|
42
|
+
readonly parameters: readonly [{
|
|
43
|
+
readonly name: "mapId";
|
|
44
|
+
readonly typeName: "System.Int32";
|
|
45
|
+
}, {
|
|
46
|
+
readonly name: "dto";
|
|
47
|
+
readonly typeName: "BaseUnitController+TraverseDto";
|
|
48
|
+
}];
|
|
49
|
+
}, {
|
|
50
|
+
readonly wireHash: 5;
|
|
51
|
+
readonly packetKind: "observersRpc";
|
|
52
|
+
readonly methodName: "SyncInstanceState";
|
|
53
|
+
readonly parameters: readonly [{
|
|
54
|
+
readonly name: "mapId";
|
|
55
|
+
readonly typeName: "System.Int32";
|
|
56
|
+
}, {
|
|
57
|
+
readonly name: "instanceId";
|
|
58
|
+
readonly typeName: "System.Int32";
|
|
59
|
+
}];
|
|
60
|
+
}, {
|
|
61
|
+
readonly wireHash: 6;
|
|
62
|
+
readonly packetKind: "observersRpc";
|
|
63
|
+
readonly methodName: "TrainingDummyBeginHealTimer";
|
|
64
|
+
readonly parameters: readonly [{
|
|
65
|
+
readonly name: "mapId";
|
|
66
|
+
readonly typeName: "System.Int32";
|
|
67
|
+
}, {
|
|
68
|
+
readonly name: "index";
|
|
69
|
+
readonly typeName: "System.Int32";
|
|
70
|
+
}];
|
|
71
|
+
}];
|
|
72
|
+
static readonly definition: {
|
|
73
|
+
readonly typeName: "MonsterController";
|
|
74
|
+
readonly rpcs: readonly [{
|
|
75
|
+
readonly wireHash: 0;
|
|
76
|
+
readonly packetKind: "serverRpc";
|
|
77
|
+
readonly methodName: "TraverseShipCaptain";
|
|
78
|
+
readonly parameters: readonly [{
|
|
79
|
+
readonly name: "npcId";
|
|
80
|
+
readonly typeName: "System.String";
|
|
81
|
+
}];
|
|
82
|
+
}, {
|
|
83
|
+
readonly wireHash: 1;
|
|
84
|
+
readonly packetKind: "targetRpc";
|
|
85
|
+
readonly methodName: "ClientPrepareTransfer";
|
|
86
|
+
}, {
|
|
87
|
+
readonly wireHash: 2;
|
|
88
|
+
readonly packetKind: "targetRpc";
|
|
89
|
+
readonly methodName: "ClientSwitchServer";
|
|
90
|
+
readonly parameters: readonly [{
|
|
91
|
+
readonly name: "host";
|
|
92
|
+
readonly typeName: "System.String";
|
|
93
|
+
}, {
|
|
94
|
+
readonly name: "port";
|
|
95
|
+
readonly typeName: "System.UInt16";
|
|
96
|
+
}];
|
|
97
|
+
}, {
|
|
98
|
+
readonly wireHash: 3;
|
|
99
|
+
readonly packetKind: "observersRpc";
|
|
100
|
+
readonly methodName: "TraverseObservers";
|
|
101
|
+
readonly parameters: readonly [{
|
|
102
|
+
readonly name: "mapId";
|
|
103
|
+
readonly typeName: "System.Int32";
|
|
104
|
+
}, {
|
|
105
|
+
readonly name: "dto";
|
|
106
|
+
readonly typeName: "BaseUnitController+TraverseDto";
|
|
107
|
+
}];
|
|
108
|
+
}, {
|
|
109
|
+
readonly wireHash: 4;
|
|
110
|
+
readonly packetKind: "targetRpc";
|
|
111
|
+
readonly methodName: "TraverseActive";
|
|
112
|
+
readonly parameters: readonly [{
|
|
113
|
+
readonly name: "mapId";
|
|
114
|
+
readonly typeName: "System.Int32";
|
|
115
|
+
}, {
|
|
116
|
+
readonly name: "dto";
|
|
117
|
+
readonly typeName: "BaseUnitController+TraverseDto";
|
|
118
|
+
}];
|
|
119
|
+
}, {
|
|
120
|
+
readonly wireHash: 5;
|
|
121
|
+
readonly packetKind: "observersRpc";
|
|
122
|
+
readonly methodName: "SyncInstanceState";
|
|
123
|
+
readonly parameters: readonly [{
|
|
124
|
+
readonly name: "mapId";
|
|
125
|
+
readonly typeName: "System.Int32";
|
|
126
|
+
}, {
|
|
127
|
+
readonly name: "instanceId";
|
|
128
|
+
readonly typeName: "System.Int32";
|
|
129
|
+
}];
|
|
130
|
+
}, {
|
|
131
|
+
readonly wireHash: 6;
|
|
132
|
+
readonly packetKind: "observersRpc";
|
|
133
|
+
readonly methodName: "TrainingDummyBeginHealTimer";
|
|
134
|
+
readonly parameters: readonly [{
|
|
135
|
+
readonly name: "mapId";
|
|
136
|
+
readonly typeName: "System.Int32";
|
|
137
|
+
}, {
|
|
138
|
+
readonly name: "index";
|
|
139
|
+
readonly typeName: "System.Int32";
|
|
140
|
+
}];
|
|
141
|
+
}];
|
|
142
|
+
};
|
|
143
|
+
}
|
|
144
|
+
//# sourceMappingURL=monster-controller.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"monster-controller.d.ts","sourceRoot":"","sources":["../../../../src/fishnet/rpc-definitions/game/monster-controller.ts"],"names":[],"mappings":"AAEA,qBAAa,8BAA8B;IACzC,OAAO,eAAiB;IAExB,MAAM,CAAC,QAAQ,CAAC,QAAQ,uBAAuB;IAC/C,MAAM,CAAC,QAAQ,CAAC,IAAI;2BAEJ,CAAC;6BACC,WAAW;6BACX,qBAAqB;;2BAGvB,OAAO;+BACH,eAAe;;;2BAKnB,CAAC;6BACC,WAAW;6BACX,uBAAuB;;2BAGzB,CAAC;6BACC,WAAW;6BACX,oBAAoB;;2BAGtB,MAAM;+BACF,eAAe;;2BAGnB,MAAM;+BACF,eAAe;;;2BAKnB,CAAC;6BACC,cAAc;6BACd,mBAAmB;;2BAGrB,OAAO;+BACH,cAAc;;2BAGlB,KAAK;+BACD,gCAAgC;;;2BAKpC,CAAC;6BACC,WAAW;6BACX,gBAAgB;;2BAGlB,OAAO;+BACH,cAAc;;2BAGlB,KAAK;+BACD,gCAAgC;;;2BAKpC,CAAC;6BACC,cAAc;6BACd,mBAAmB;;2BAGrB,OAAO;+BACH,cAAc;;2BAGlB,YAAY;+BACR,cAAc;;;2BAKlB,CAAC;6BACC,cAAc;6BACd,6BAA6B;;2BAG/B,OAAO;+BACH,cAAc;;2BAGlB,OAAO;+BACH,cAAc;;OAImB;IACrD,MAAM,CAAC,QAAQ,CAAC,UAAU;;;+BA3FV,CAAC;iCACC,WAAW;iCACX,qBAAqB;;+BAGvB,OAAO;mCACH,eAAe;;;+BAKnB,CAAC;iCACC,WAAW;iCACX,uBAAuB;;+BAGzB,CAAC;iCACC,WAAW;iCACX,oBAAoB;;+BAGtB,MAAM;mCACF,eAAe;;+BAGnB,MAAM;mCACF,eAAe;;;+BAKnB,CAAC;iCACC,cAAc;iCACd,mBAAmB;;+BAGrB,OAAO;mCACH,cAAc;;+BAGlB,KAAK;mCACD,gCAAgC;;;+BAKpC,CAAC;iCACC,WAAW;iCACX,gBAAgB;;+BAGlB,OAAO;mCACH,cAAc;;+BAGlB,KAAK;mCACD,gCAAgC;;;+BAKpC,CAAC;iCACC,cAAc;iCACd,mBAAmB;;+BAGrB,OAAO;mCACH,cAAc;;+BAGlB,YAAY;mCACR,cAAc;;;+BAKlB,CAAC;iCACC,cAAc;iCACd,6BAA6B;;+BAG/B,OAAO;mCACH,cAAc;;+BAGlB,OAAO;mCACH,cAAc;;;MAQc;CACjD"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
export declare class MoveComponentRpcDefinition {
|
|
2
|
+
private constructor();
|
|
3
|
+
static readonly typeName = "MoveComponent";
|
|
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: "SetSitting_C";
|
|
16
|
+
readonly parameters: readonly [{
|
|
17
|
+
readonly name: "isSitting";
|
|
18
|
+
readonly typeName: "System.Boolean";
|
|
19
|
+
}];
|
|
20
|
+
}, {
|
|
21
|
+
readonly wireHash: 2;
|
|
22
|
+
readonly packetKind: "observersRpc";
|
|
23
|
+
readonly methodName: "CancelSitInstant_C";
|
|
24
|
+
}, {
|
|
25
|
+
readonly wireHash: 3;
|
|
26
|
+
readonly packetKind: "observersRpc";
|
|
27
|
+
readonly methodName: "ApplyKnockback_C";
|
|
28
|
+
readonly parameters: readonly [{
|
|
29
|
+
readonly name: "destination";
|
|
30
|
+
readonly typeName: "UnityEngine.Vector3";
|
|
31
|
+
}];
|
|
32
|
+
}, {
|
|
33
|
+
readonly wireHash: 4;
|
|
34
|
+
readonly packetKind: "observersRpc";
|
|
35
|
+
readonly methodName: "Dodge_O";
|
|
36
|
+
}];
|
|
37
|
+
static readonly definition: {
|
|
38
|
+
readonly typeName: "MoveComponent";
|
|
39
|
+
readonly rpcs: readonly [{
|
|
40
|
+
readonly wireHash: 0;
|
|
41
|
+
readonly packetKind: "targetRpc";
|
|
42
|
+
readonly methodName: "ApplyAnimationDelay_T";
|
|
43
|
+
readonly parameters: readonly [{
|
|
44
|
+
readonly name: "delay";
|
|
45
|
+
readonly typeName: "System.Single";
|
|
46
|
+
}];
|
|
47
|
+
}, {
|
|
48
|
+
readonly wireHash: 1;
|
|
49
|
+
readonly packetKind: "observersRpc";
|
|
50
|
+
readonly methodName: "SetSitting_C";
|
|
51
|
+
readonly parameters: readonly [{
|
|
52
|
+
readonly name: "isSitting";
|
|
53
|
+
readonly typeName: "System.Boolean";
|
|
54
|
+
}];
|
|
55
|
+
}, {
|
|
56
|
+
readonly wireHash: 2;
|
|
57
|
+
readonly packetKind: "observersRpc";
|
|
58
|
+
readonly methodName: "CancelSitInstant_C";
|
|
59
|
+
}, {
|
|
60
|
+
readonly wireHash: 3;
|
|
61
|
+
readonly packetKind: "observersRpc";
|
|
62
|
+
readonly methodName: "ApplyKnockback_C";
|
|
63
|
+
readonly parameters: readonly [{
|
|
64
|
+
readonly name: "destination";
|
|
65
|
+
readonly typeName: "UnityEngine.Vector3";
|
|
66
|
+
}];
|
|
67
|
+
}, {
|
|
68
|
+
readonly wireHash: 4;
|
|
69
|
+
readonly packetKind: "observersRpc";
|
|
70
|
+
readonly methodName: "Dodge_O";
|
|
71
|
+
}];
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
//# sourceMappingURL=move-component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"move-component.d.ts","sourceRoot":"","sources":["../../../../src/fishnet/rpc-definitions/game/move-component.ts"],"names":[],"mappings":"AAEA,qBAAa,0BAA0B;IACrC,OAAO,eAAiB;IAExB,MAAM,CAAC,QAAQ,CAAC,QAAQ,mBAAmB;IAC3C,MAAM,CAAC,QAAQ,CAAC,IAAI;2BAEJ,CAAC;6BACC,WAAW;6BACX,uBAAuB;;2BAGzB,OAAO;+BACH,eAAe;;;2BAKnB,CAAC;6BACC,cAAc;6BACd,cAAc;;2BAGhB,WAAW;+BACP,gBAAgB;;;2BAKpB,CAAC;6BACC,cAAc;6BACd,oBAAoB;;2BAGtB,CAAC;6BACC,cAAc;6BACd,kBAAkB;;2BAGpB,aAAa;+BACT,qBAAqB;;;2BAKzB,CAAC;6BACC,cAAc;6BACd,SAAS;OAE0B;IACrD,MAAM,CAAC,QAAQ,CAAC,UAAU;;;+BA3CV,CAAC;iCACC,WAAW;iCACX,uBAAuB;;+BAGzB,OAAO;mCACH,eAAe;;;+BAKnB,CAAC;iCACC,cAAc;iCACd,cAAc;;+BAGhB,WAAW;mCACP,gBAAgB;;;+BAKpB,CAAC;iCACC,cAAc;iCACd,oBAAoB;;+BAGtB,CAAC;iCACC,cAAc;iCACd,kBAAkB;;+BAGpB,aAAa;mCACT,qBAAqB;;;+BAKzB,CAAC;iCACC,cAAc;iCACd,SAAS;;MAMqB;CACjD"}
|