@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,82 @@
|
|
|
1
|
+
export declare class SummoningComponentRpcDefinition {
|
|
2
|
+
private constructor();
|
|
3
|
+
static readonly typeName = "SummoningComponent";
|
|
4
|
+
static readonly rpcs: readonly [{
|
|
5
|
+
readonly wireHash: 0;
|
|
6
|
+
readonly packetKind: "targetRpc";
|
|
7
|
+
readonly methodName: "CalibrateSummons_T";
|
|
8
|
+
readonly parameters: readonly [{
|
|
9
|
+
readonly name: "data";
|
|
10
|
+
readonly typeName: "SummoningComponent+SummonSkillData[]";
|
|
11
|
+
}];
|
|
12
|
+
}, {
|
|
13
|
+
readonly wireHash: 1;
|
|
14
|
+
readonly packetKind: "serverRpc";
|
|
15
|
+
readonly methodName: "UnsummonOne_S";
|
|
16
|
+
readonly parameters: readonly [{
|
|
17
|
+
readonly name: "skillId";
|
|
18
|
+
readonly typeName: "System.String";
|
|
19
|
+
}];
|
|
20
|
+
}, {
|
|
21
|
+
readonly wireHash: 2;
|
|
22
|
+
readonly packetKind: "targetRpc";
|
|
23
|
+
readonly methodName: "ApplyRecall_T";
|
|
24
|
+
readonly parameters: readonly [{
|
|
25
|
+
readonly name: "obj";
|
|
26
|
+
readonly typeName: "FishNet.Object.NetworkObject";
|
|
27
|
+
}];
|
|
28
|
+
}, {
|
|
29
|
+
readonly wireHash: 3;
|
|
30
|
+
readonly packetKind: "targetRpc";
|
|
31
|
+
readonly methodName: "Swap_T";
|
|
32
|
+
readonly parameters: readonly [{
|
|
33
|
+
readonly name: "obj";
|
|
34
|
+
readonly typeName: "FishNet.Object.NetworkObject";
|
|
35
|
+
}];
|
|
36
|
+
}, {
|
|
37
|
+
readonly wireHash: 4;
|
|
38
|
+
readonly packetKind: "observersRpc";
|
|
39
|
+
readonly methodName: "CloneEffect_C";
|
|
40
|
+
}];
|
|
41
|
+
static readonly definition: {
|
|
42
|
+
readonly typeName: "SummoningComponent";
|
|
43
|
+
readonly rpcs: readonly [{
|
|
44
|
+
readonly wireHash: 0;
|
|
45
|
+
readonly packetKind: "targetRpc";
|
|
46
|
+
readonly methodName: "CalibrateSummons_T";
|
|
47
|
+
readonly parameters: readonly [{
|
|
48
|
+
readonly name: "data";
|
|
49
|
+
readonly typeName: "SummoningComponent+SummonSkillData[]";
|
|
50
|
+
}];
|
|
51
|
+
}, {
|
|
52
|
+
readonly wireHash: 1;
|
|
53
|
+
readonly packetKind: "serverRpc";
|
|
54
|
+
readonly methodName: "UnsummonOne_S";
|
|
55
|
+
readonly parameters: readonly [{
|
|
56
|
+
readonly name: "skillId";
|
|
57
|
+
readonly typeName: "System.String";
|
|
58
|
+
}];
|
|
59
|
+
}, {
|
|
60
|
+
readonly wireHash: 2;
|
|
61
|
+
readonly packetKind: "targetRpc";
|
|
62
|
+
readonly methodName: "ApplyRecall_T";
|
|
63
|
+
readonly parameters: readonly [{
|
|
64
|
+
readonly name: "obj";
|
|
65
|
+
readonly typeName: "FishNet.Object.NetworkObject";
|
|
66
|
+
}];
|
|
67
|
+
}, {
|
|
68
|
+
readonly wireHash: 3;
|
|
69
|
+
readonly packetKind: "targetRpc";
|
|
70
|
+
readonly methodName: "Swap_T";
|
|
71
|
+
readonly parameters: readonly [{
|
|
72
|
+
readonly name: "obj";
|
|
73
|
+
readonly typeName: "FishNet.Object.NetworkObject";
|
|
74
|
+
}];
|
|
75
|
+
}, {
|
|
76
|
+
readonly wireHash: 4;
|
|
77
|
+
readonly packetKind: "observersRpc";
|
|
78
|
+
readonly methodName: "CloneEffect_C";
|
|
79
|
+
}];
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
//# sourceMappingURL=summoning-component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summoning-component.d.ts","sourceRoot":"","sources":["../../../../src/fishnet/rpc-definitions/game/summoning-component.ts"],"names":[],"mappings":"AAEA,qBAAa,+BAA+B;IAC1C,OAAO,eAAiB;IAExB,MAAM,CAAC,QAAQ,CAAC,QAAQ,wBAAwB;IAChD,MAAM,CAAC,QAAQ,CAAC,IAAI;2BAEJ,CAAC;6BACC,WAAW;6BACX,oBAAoB;;2BAGtB,MAAM;+BACF,sCAAsC;;;2BAK1C,CAAC;6BACC,WAAW;6BACX,eAAe;;2BAGjB,SAAS;+BACL,eAAe;;;2BAKnB,CAAC;6BACC,WAAW;6BACX,eAAe;;2BAGjB,KAAK;+BACD,8BAA8B;;;2BAKlC,CAAC;6BACC,WAAW;6BACX,QAAQ;;2BAGV,KAAK;+BACD,8BAA8B;;;2BAKlC,CAAC;6BACC,cAAc;6BACd,eAAe;OAEoB;IACrD,MAAM,CAAC,QAAQ,CAAC,UAAU;;;+BAjDV,CAAC;iCACC,WAAW;iCACX,oBAAoB;;+BAGtB,MAAM;mCACF,sCAAsC;;;+BAK1C,CAAC;iCACC,WAAW;iCACX,eAAe;;+BAGjB,SAAS;mCACL,eAAe;;;+BAKnB,CAAC;iCACC,WAAW;iCACX,eAAe;;+BAGjB,KAAK;mCACD,8BAA8B;;;+BAKlC,CAAC;iCACC,WAAW;iCACX,QAAQ;;+BAGV,KAAK;mCACD,8BAA8B;;;+BAKlC,CAAC;iCACC,cAAc;iCACd,eAAe;;MAMe;CACjD"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
export declare const baseUnitControllerRpcs: readonly [{
|
|
2
|
+
readonly wireHash: 0;
|
|
3
|
+
readonly packetKind: "serverRpc";
|
|
4
|
+
readonly methodName: "TraverseShipCaptain";
|
|
5
|
+
readonly parameters: readonly [{
|
|
6
|
+
readonly name: "npcId";
|
|
7
|
+
readonly typeName: "System.String";
|
|
8
|
+
readonly codec: "stringUtf8Packed";
|
|
9
|
+
}];
|
|
10
|
+
}, {
|
|
11
|
+
readonly wireHash: 1;
|
|
12
|
+
readonly packetKind: "targetRpc";
|
|
13
|
+
readonly methodName: "ClientPrepareTransfer";
|
|
14
|
+
}, {
|
|
15
|
+
readonly wireHash: 2;
|
|
16
|
+
readonly packetKind: "targetRpc";
|
|
17
|
+
readonly methodName: "ClientSwitchServer";
|
|
18
|
+
readonly parameters: readonly [{
|
|
19
|
+
readonly name: "hosts";
|
|
20
|
+
readonly typeName: "System.String[]";
|
|
21
|
+
}, {
|
|
22
|
+
readonly name: "ports";
|
|
23
|
+
readonly typeName: "System.UInt16[]";
|
|
24
|
+
}];
|
|
25
|
+
}, {
|
|
26
|
+
readonly wireHash: 3;
|
|
27
|
+
readonly packetKind: "observersRpc";
|
|
28
|
+
readonly methodName: "TraverseObservers";
|
|
29
|
+
readonly parameters: readonly [{
|
|
30
|
+
readonly name: "mapId";
|
|
31
|
+
readonly typeName: "System.Int32";
|
|
32
|
+
readonly codec: "packedInt32";
|
|
33
|
+
}, {
|
|
34
|
+
readonly name: "dto";
|
|
35
|
+
readonly typeName: "BaseUnitController+TraverseDto";
|
|
36
|
+
}];
|
|
37
|
+
}, {
|
|
38
|
+
readonly wireHash: 4;
|
|
39
|
+
readonly packetKind: "targetRpc";
|
|
40
|
+
readonly methodName: "TraverseActive";
|
|
41
|
+
readonly parameters: readonly [{
|
|
42
|
+
readonly name: "mapId";
|
|
43
|
+
readonly typeName: "System.Int32";
|
|
44
|
+
readonly codec: "packedInt32";
|
|
45
|
+
}, {
|
|
46
|
+
readonly name: "dto";
|
|
47
|
+
readonly typeName: "BaseUnitController+TraverseDto";
|
|
48
|
+
}];
|
|
49
|
+
}, {
|
|
50
|
+
readonly wireHash: 5;
|
|
51
|
+
readonly packetKind: "serverRpc";
|
|
52
|
+
readonly methodName: "ClientMapLoadFailed";
|
|
53
|
+
readonly parameters: readonly [{
|
|
54
|
+
readonly name: "mapId";
|
|
55
|
+
readonly typeName: "System.Int32";
|
|
56
|
+
readonly codec: "packedInt32";
|
|
57
|
+
}, {
|
|
58
|
+
readonly name: "instanceId";
|
|
59
|
+
readonly typeName: "System.Int32";
|
|
60
|
+
readonly codec: "packedInt32";
|
|
61
|
+
}];
|
|
62
|
+
}, {
|
|
63
|
+
readonly wireHash: 6;
|
|
64
|
+
readonly packetKind: "observersRpc";
|
|
65
|
+
readonly methodName: "SyncInstanceState";
|
|
66
|
+
readonly parameters: readonly [{
|
|
67
|
+
readonly name: "mapId";
|
|
68
|
+
readonly typeName: "System.Int32";
|
|
69
|
+
readonly codec: "packedInt32";
|
|
70
|
+
}, {
|
|
71
|
+
readonly name: "instanceId";
|
|
72
|
+
readonly typeName: "System.Int32";
|
|
73
|
+
readonly codec: "packedInt32";
|
|
74
|
+
}];
|
|
75
|
+
}];
|
|
76
|
+
//# sourceMappingURL=base-unit-controller.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-unit-controller.d.ts","sourceRoot":"","sources":["../../../../src/fishnet/rpc-definitions/generated/base-unit-controller.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,sBAAsB;uBAEnB,CAAC;yBACC,WAAW;yBACX,qBAAqB;;uBAGvB,OAAO;2BACH,eAAe;wBAClB,kBAAkB;;;uBAKnB,CAAC;yBACC,WAAW;yBACX,uBAAuB;;uBAGzB,CAAC;yBACC,WAAW;yBACX,oBAAoB;;uBAGtB,OAAO;2BACH,iBAAiB;;uBAGrB,OAAO;2BACH,iBAAiB;;;uBAKrB,CAAC;yBACC,cAAc;yBACd,mBAAmB;;uBAGrB,OAAO;2BACH,cAAc;wBACjB,aAAa;;uBAGd,KAAK;2BACD,gCAAgC;;;uBAKpC,CAAC;yBACC,WAAW;yBACX,gBAAgB;;uBAGlB,OAAO;2BACH,cAAc;wBACjB,aAAa;;uBAGd,KAAK;2BACD,gCAAgC;;;uBAKpC,CAAC;yBACC,WAAW;yBACX,qBAAqB;;uBAGvB,OAAO;2BACH,cAAc;wBACjB,aAAa;;uBAGd,YAAY;2BACR,cAAc;wBACjB,aAAa;;;uBAKd,CAAC;yBACC,cAAc;yBACd,mBAAmB;;uBAGrB,OAAO;2BACH,cAAc;wBACjB,aAAa;;uBAGd,YAAY;2BACR,cAAc;wBACjB,aAAa;;EAIsB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare const bossGraveStoneRpcs: readonly [];
|
|
2
|
+
export declare const bossGraveStoneSyncTypes: readonly [{
|
|
3
|
+
readonly index: 0;
|
|
4
|
+
readonly name: "_killInfo";
|
|
5
|
+
readonly typeName: "BossKillInfo";
|
|
6
|
+
readonly fields: readonly [{
|
|
7
|
+
readonly name: "KillTime";
|
|
8
|
+
readonly typeName: "System.Double";
|
|
9
|
+
readonly codec: "float64";
|
|
10
|
+
}, {
|
|
11
|
+
readonly name: "KillerName";
|
|
12
|
+
readonly typeName: "System.String";
|
|
13
|
+
readonly codec: "stringUtf8Packed";
|
|
14
|
+
}, {
|
|
15
|
+
readonly name: "BossName";
|
|
16
|
+
readonly typeName: "System.String";
|
|
17
|
+
readonly codec: "stringUtf8Packed";
|
|
18
|
+
}, {
|
|
19
|
+
readonly name: "BossId";
|
|
20
|
+
readonly typeName: "System.String";
|
|
21
|
+
readonly codec: "stringUtf8Packed";
|
|
22
|
+
}];
|
|
23
|
+
}];
|
|
24
|
+
//# sourceMappingURL=boss-grave-stone.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"boss-grave-stone.d.ts","sourceRoot":"","sources":["../../../../src/fishnet/rpc-definitions/generated/boss-grave-stone.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,kBAAkB,aAAwD,CAAC;AAExF,eAAO,MAAM,uBAAuB;oBAEvB,CAAC;mBACF,WAAW;uBACP,cAAc;;uBAGd,UAAU;2BACN,eAAe;wBAClB,SAAS;;uBAGV,YAAY;2BACR,eAAe;wBAClB,kBAAkB;;uBAGnB,UAAU;2BACN,eAAe;wBAClB,kBAAkB;;uBAGnB,QAAQ;2BACJ,eAAe;wBAClB,kBAAkB;;EAIsB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare const GENERATED_BROADCASTS: readonly [{
|
|
2
|
+
readonly wireHash: 40743;
|
|
3
|
+
readonly typeName: "FishNet.Managing.Scened.ClientScenesLoadedBroadcast";
|
|
4
|
+
}, {
|
|
5
|
+
readonly wireHash: 37660;
|
|
6
|
+
readonly typeName: "FishNet.Managing.Scened.EmptyStartScenesBroadcast";
|
|
7
|
+
}, {
|
|
8
|
+
readonly wireHash: 24702;
|
|
9
|
+
readonly typeName: "FishNet.Managing.Scened.LoadScenesBroadcast";
|
|
10
|
+
}, {
|
|
11
|
+
readonly wireHash: 22762;
|
|
12
|
+
readonly typeName: "FishNet.Managing.Scened.UnloadScenesBroadcast";
|
|
13
|
+
}, {
|
|
14
|
+
readonly wireHash: 50655;
|
|
15
|
+
readonly typeName: "FishNet.Managing.Server.ClientConnectionChangeBroadcast";
|
|
16
|
+
}, {
|
|
17
|
+
readonly wireHash: 50053;
|
|
18
|
+
readonly typeName: "FishNet.Managing.Server.ConnectedClientsBroadcast";
|
|
19
|
+
}];
|
|
20
|
+
//# sourceMappingURL=broadcasts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"broadcasts.d.ts","sourceRoot":"","sources":["../../../../src/fishnet/rpc-definitions/generated/broadcasts.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,oBAAoB;uBAEjB,KAAK;uBACL,qDAAqD;;uBAGrD,KAAK;uBACL,mDAAmD;;uBAGnD,KAAK;uBACL,6CAA6C;;uBAG7C,KAAK;uBACL,+CAA+C;;uBAG/C,KAAK;uBACL,yDAAyD;;uBAGzD,KAAK;uBACL,mDAAmD;EAET,CAAC"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
export declare const combatComponentRpcs: readonly [{
|
|
2
|
+
readonly wireHash: 0;
|
|
3
|
+
readonly packetKind: "observersRpc";
|
|
4
|
+
readonly methodName: "Attack_C";
|
|
5
|
+
readonly parameters: readonly [{
|
|
6
|
+
readonly name: "position";
|
|
7
|
+
readonly typeName: "UnityEngine.Vector3";
|
|
8
|
+
readonly codec: "vector3";
|
|
9
|
+
}, {
|
|
10
|
+
readonly name: "attackTime";
|
|
11
|
+
readonly typeName: "System.Single";
|
|
12
|
+
readonly codec: "float32";
|
|
13
|
+
}, {
|
|
14
|
+
readonly name: "attackIndex";
|
|
15
|
+
readonly typeName: "System.Int32";
|
|
16
|
+
readonly codec: "packedInt32";
|
|
17
|
+
}];
|
|
18
|
+
}];
|
|
19
|
+
export declare const combatComponentSyncTypes: readonly [{
|
|
20
|
+
readonly index: 0;
|
|
21
|
+
readonly name: "CombatData";
|
|
22
|
+
readonly typeName: "CombatData";
|
|
23
|
+
readonly fields: readonly [{
|
|
24
|
+
readonly name: "MainHandAttackDelay";
|
|
25
|
+
readonly typeName: "System.Single";
|
|
26
|
+
readonly codec: "float32";
|
|
27
|
+
}, {
|
|
28
|
+
readonly name: "MainHandType";
|
|
29
|
+
readonly typeName: "EquipType";
|
|
30
|
+
readonly codec: "packedInt32";
|
|
31
|
+
}, {
|
|
32
|
+
readonly name: "OffHandAttackDelay";
|
|
33
|
+
readonly typeName: "System.Single";
|
|
34
|
+
readonly codec: "float32";
|
|
35
|
+
}, {
|
|
36
|
+
readonly name: "OffHandType";
|
|
37
|
+
readonly typeName: "EquipType";
|
|
38
|
+
readonly codec: "packedInt32";
|
|
39
|
+
}, {
|
|
40
|
+
readonly name: "AttackRange";
|
|
41
|
+
readonly typeName: "System.Int32";
|
|
42
|
+
readonly codec: "packedInt32";
|
|
43
|
+
}, {
|
|
44
|
+
readonly name: "Stance";
|
|
45
|
+
readonly typeName: "StanceType";
|
|
46
|
+
readonly codec: "packedInt32";
|
|
47
|
+
}, {
|
|
48
|
+
readonly name: "Weapons";
|
|
49
|
+
readonly typeName: "System.Collections.Generic.List`1[[EquipType, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]";
|
|
50
|
+
readonly repeated: true;
|
|
51
|
+
readonly codec: "packedInt32";
|
|
52
|
+
}, {
|
|
53
|
+
readonly name: "CastAnimationTime";
|
|
54
|
+
readonly typeName: "System.Single";
|
|
55
|
+
readonly codec: "float32";
|
|
56
|
+
}, {
|
|
57
|
+
readonly name: "AttackAnimationTimes";
|
|
58
|
+
readonly typeName: "System.Single[]";
|
|
59
|
+
readonly repeated: true;
|
|
60
|
+
readonly codec: "float32";
|
|
61
|
+
}, {
|
|
62
|
+
readonly name: "AttackDelay";
|
|
63
|
+
readonly typeName: "System.Single";
|
|
64
|
+
readonly codec: "float32";
|
|
65
|
+
}, {
|
|
66
|
+
readonly name: "StatScalings";
|
|
67
|
+
readonly typeName: "System.Single[]";
|
|
68
|
+
readonly repeated: true;
|
|
69
|
+
readonly codec: "float32";
|
|
70
|
+
}];
|
|
71
|
+
}, {
|
|
72
|
+
readonly index: 1;
|
|
73
|
+
readonly name: "SpeedRank";
|
|
74
|
+
readonly typeName: "Speed";
|
|
75
|
+
readonly codec: "packedInt32";
|
|
76
|
+
}, {
|
|
77
|
+
readonly index: 2;
|
|
78
|
+
readonly name: "SessionReady";
|
|
79
|
+
readonly typeName: "Boolean";
|
|
80
|
+
readonly codec: "boolean";
|
|
81
|
+
}];
|
|
82
|
+
//# sourceMappingURL=combat-component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"combat-component.d.ts","sourceRoot":"","sources":["../../../../src/fishnet/rpc-definitions/generated/combat-component.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,mBAAmB;uBAEhB,CAAC;yBACC,cAAc;yBACd,UAAU;;uBAGZ,UAAU;2BACN,qBAAqB;wBACxB,SAAS;;uBAGV,YAAY;2BACR,eAAe;wBAClB,SAAS;;uBAGV,aAAa;2BACT,cAAc;wBACjB,aAAa;;EAIsB,CAAC;AAErD,eAAO,MAAM,wBAAwB;oBAExB,CAAC;mBACF,YAAY;uBACR,YAAY;;uBAGZ,qBAAqB;2BACjB,eAAe;wBAClB,SAAS;;uBAGV,cAAc;2BACV,WAAW;wBACd,aAAa;;uBAGd,oBAAoB;2BAChB,eAAe;wBAClB,SAAS;;uBAGV,aAAa;2BACT,WAAW;wBACd,aAAa;;uBAGd,aAAa;2BACT,cAAc;wBACjB,aAAa;;uBAGd,QAAQ;2BACJ,YAAY;wBACf,aAAa;;uBAGd,SAAS;2BACL,wHAAwH;;wBAE3H,aAAa;;uBAGd,mBAAmB;2BACf,eAAe;wBAClB,SAAS;;uBAGV,sBAAsB;2BAClB,iBAAiB;;wBAEpB,SAAS;;uBAGV,aAAa;2BACT,eAAe;wBAClB,SAAS;;uBAGV,cAAc;2BACV,iBAAiB;;wBAEpB,SAAS;;;oBAKb,CAAC;mBACF,WAAW;uBACP,OAAO;oBACV,aAAa;;oBAGb,CAAC;mBACF,cAAc;uBACV,SAAS;oBACZ,SAAS;EAEmC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const networkAnimatorRpcs: readonly [{
|
|
2
|
+
readonly wireHash: 0;
|
|
3
|
+
readonly packetKind: "targetRpc";
|
|
4
|
+
readonly methodName: "TargetAnimatorUpdated";
|
|
5
|
+
readonly parameters: readonly [{
|
|
6
|
+
readonly name: "data";
|
|
7
|
+
readonly typeName: "System.ArraySegment`1[[System.Byte, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]";
|
|
8
|
+
}];
|
|
9
|
+
}, {
|
|
10
|
+
readonly wireHash: 1;
|
|
11
|
+
readonly packetKind: "serverRpc";
|
|
12
|
+
readonly methodName: "ServerAnimatorUpdated";
|
|
13
|
+
readonly parameters: readonly [{
|
|
14
|
+
readonly name: "data";
|
|
15
|
+
readonly typeName: "System.ArraySegment`1[[System.Byte, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]";
|
|
16
|
+
}];
|
|
17
|
+
}];
|
|
18
|
+
//# sourceMappingURL=network-animator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network-animator.d.ts","sourceRoot":"","sources":["../../../../../src/fishnet/rpc-definitions/generated/engine/network-animator.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,mBAAmB;uBAEhB,CAAC;yBACC,WAAW;yBACX,uBAAuB;;uBAGzB,MAAM;2BACF,mHAAmH;;;uBAKvH,CAAC;yBACC,WAAW;yBACX,uBAAuB;;uBAGzB,MAAM;2BACF,mHAAmH;;EAInF,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
export declare const networkTransformRpcs: readonly [{
|
|
2
|
+
readonly wireHash: 0;
|
|
3
|
+
readonly packetKind: "observersRpc";
|
|
4
|
+
readonly methodName: "ObserversSetSendToOwner";
|
|
5
|
+
readonly parameters: readonly [{
|
|
6
|
+
readonly name: "value";
|
|
7
|
+
readonly typeName: "System.Boolean";
|
|
8
|
+
readonly codec: "boolean";
|
|
9
|
+
}];
|
|
10
|
+
}, {
|
|
11
|
+
readonly wireHash: 1;
|
|
12
|
+
readonly packetKind: "serverRpc";
|
|
13
|
+
readonly methodName: "ServerSetInterval";
|
|
14
|
+
readonly parameters: readonly [{
|
|
15
|
+
readonly name: "value";
|
|
16
|
+
readonly typeName: "System.Byte";
|
|
17
|
+
}];
|
|
18
|
+
}, {
|
|
19
|
+
readonly wireHash: 2;
|
|
20
|
+
readonly packetKind: "observersRpc";
|
|
21
|
+
readonly methodName: "ObserversSetInterval";
|
|
22
|
+
readonly parameters: readonly [{
|
|
23
|
+
readonly name: "value";
|
|
24
|
+
readonly typeName: "System.Byte";
|
|
25
|
+
}];
|
|
26
|
+
}, {
|
|
27
|
+
readonly wireHash: 3;
|
|
28
|
+
readonly packetKind: "targetRpc";
|
|
29
|
+
readonly methodName: "TargetUpdateTransform";
|
|
30
|
+
readonly parameters: readonly [{
|
|
31
|
+
readonly name: "data";
|
|
32
|
+
readonly typeName: "System.ArraySegment`1[[System.Byte, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]";
|
|
33
|
+
}];
|
|
34
|
+
}, {
|
|
35
|
+
readonly wireHash: 4;
|
|
36
|
+
readonly packetKind: "observersRpc";
|
|
37
|
+
readonly methodName: "ObserversUpdateClientAuthoritativeTransform";
|
|
38
|
+
readonly parameters: readonly [{
|
|
39
|
+
readonly name: "data";
|
|
40
|
+
readonly typeName: "System.ArraySegment`1[[System.Byte, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]";
|
|
41
|
+
}];
|
|
42
|
+
}, {
|
|
43
|
+
readonly wireHash: 5;
|
|
44
|
+
readonly packetKind: "serverRpc";
|
|
45
|
+
readonly methodName: "ServerUpdateTransform";
|
|
46
|
+
readonly parameters: readonly [{
|
|
47
|
+
readonly name: "data";
|
|
48
|
+
readonly typeName: "System.ArraySegment`1[[System.Byte, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]";
|
|
49
|
+
}];
|
|
50
|
+
}, {
|
|
51
|
+
readonly wireHash: 6;
|
|
52
|
+
readonly packetKind: "serverRpc";
|
|
53
|
+
readonly methodName: "ServerSetSynchronizedProperties";
|
|
54
|
+
readonly parameters: readonly [{
|
|
55
|
+
readonly name: "value";
|
|
56
|
+
readonly typeName: "FishNet.Component.Transforming.SynchronizedProperty";
|
|
57
|
+
}];
|
|
58
|
+
}, {
|
|
59
|
+
readonly wireHash: 7;
|
|
60
|
+
readonly packetKind: "observersRpc";
|
|
61
|
+
readonly methodName: "ObserversSetSynchronizedProperties";
|
|
62
|
+
readonly parameters: readonly [{
|
|
63
|
+
readonly name: "value";
|
|
64
|
+
readonly typeName: "FishNet.Component.Transforming.SynchronizedProperty";
|
|
65
|
+
}];
|
|
66
|
+
}];
|
|
67
|
+
//# sourceMappingURL=network-transform.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network-transform.d.ts","sourceRoot":"","sources":["../../../../../src/fishnet/rpc-definitions/generated/engine/network-transform.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,oBAAoB;uBAEjB,CAAC;yBACC,cAAc;yBACd,yBAAyB;;uBAG3B,OAAO;2BACH,gBAAgB;wBACnB,SAAS;;;uBAKV,CAAC;yBACC,WAAW;yBACX,mBAAmB;;uBAGrB,OAAO;2BACH,aAAa;;;uBAKjB,CAAC;yBACC,cAAc;yBACd,sBAAsB;;uBAGxB,OAAO;2BACH,aAAa;;;uBAKjB,CAAC;yBACC,WAAW;yBACX,uBAAuB;;uBAGzB,MAAM;2BACF,mHAAmH;;;uBAKvH,CAAC;yBACC,cAAc;yBACd,6CAA6C;;uBAG/C,MAAM;2BACF,mHAAmH;;;uBAKvH,CAAC;yBACC,WAAW;yBACX,uBAAuB;;uBAGzB,MAAM;2BACF,mHAAmH;;;uBAKvH,CAAC;yBACC,WAAW;yBACX,iCAAiC;;uBAGnC,OAAO;2BACH,qDAAqD;;;uBAKzD,CAAC;yBACC,cAAc;yBACd,oCAAoC;;uBAGtC,OAAO;2BACH,qDAAqD;;EAIrB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const predictedOwnerRpcs: readonly [{
|
|
2
|
+
readonly wireHash: 0;
|
|
3
|
+
readonly packetKind: "serverRpc";
|
|
4
|
+
readonly methodName: "ServerTakeOwnership";
|
|
5
|
+
readonly parameters: readonly [{
|
|
6
|
+
readonly name: "includeNested";
|
|
7
|
+
readonly typeName: "System.Boolean";
|
|
8
|
+
readonly codec: "boolean";
|
|
9
|
+
}];
|
|
10
|
+
}];
|
|
11
|
+
//# sourceMappingURL=predicted-owner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"predicted-owner.d.ts","sourceRoot":"","sources":["../../../../../src/fishnet/rpc-definitions/generated/engine/predicted-owner.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,kBAAkB;uBAEf,CAAC;yBACC,WAAW;yBACX,qBAAqB;;uBAGvB,eAAe;2BACX,gBAAgB;wBACnB,SAAS;;EAI0B,CAAC"}
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
export declare const healthComponentRpcs: readonly [{
|
|
2
|
+
readonly wireHash: 0;
|
|
3
|
+
readonly packetKind: "observersRpc";
|
|
4
|
+
readonly methodName: "ApplyDamage_C";
|
|
5
|
+
readonly parameters: readonly [{
|
|
6
|
+
readonly name: "dmg";
|
|
7
|
+
readonly typeName: "Damage";
|
|
8
|
+
readonly fields: readonly [{
|
|
9
|
+
readonly name: "Team";
|
|
10
|
+
readonly typeName: "CombatTeam";
|
|
11
|
+
readonly codec: "packedInt32";
|
|
12
|
+
}, {
|
|
13
|
+
readonly name: "Value";
|
|
14
|
+
readonly typeName: "System.Int32";
|
|
15
|
+
readonly codec: "packedInt32";
|
|
16
|
+
}, {
|
|
17
|
+
readonly name: "Type";
|
|
18
|
+
readonly typeName: "DamageType";
|
|
19
|
+
readonly codec: "packedInt32";
|
|
20
|
+
}, {
|
|
21
|
+
readonly name: "Hit";
|
|
22
|
+
readonly typeName: "HitResult";
|
|
23
|
+
readonly codec: "packedInt32";
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "Hits";
|
|
26
|
+
readonly typeName: "System.Int32";
|
|
27
|
+
readonly codec: "packedInt32";
|
|
28
|
+
}, {
|
|
29
|
+
readonly name: "DamageSourceId";
|
|
30
|
+
readonly typeName: "System.String";
|
|
31
|
+
readonly codec: "stringUtf8Packed";
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "AttackerId";
|
|
34
|
+
readonly typeName: "System.Int32";
|
|
35
|
+
readonly codec: "packedInt32";
|
|
36
|
+
}, {
|
|
37
|
+
readonly name: "IsClone";
|
|
38
|
+
readonly typeName: "System.Boolean";
|
|
39
|
+
readonly codec: "boolean";
|
|
40
|
+
}, {
|
|
41
|
+
readonly name: "IsSummon";
|
|
42
|
+
readonly typeName: "System.Boolean";
|
|
43
|
+
readonly codec: "boolean";
|
|
44
|
+
}, {
|
|
45
|
+
readonly name: "Element";
|
|
46
|
+
readonly typeName: "Element";
|
|
47
|
+
readonly codec: "packedInt32";
|
|
48
|
+
}, {
|
|
49
|
+
readonly name: "WeaponType";
|
|
50
|
+
readonly typeName: "EquipType";
|
|
51
|
+
readonly codec: "packedInt32";
|
|
52
|
+
}, {
|
|
53
|
+
readonly name: "Range";
|
|
54
|
+
readonly typeName: "System.Int32";
|
|
55
|
+
readonly codec: "packedInt32";
|
|
56
|
+
}];
|
|
57
|
+
}, {
|
|
58
|
+
readonly name: "position";
|
|
59
|
+
readonly typeName: "UnityEngine.Vector3";
|
|
60
|
+
readonly codec: "vector3";
|
|
61
|
+
}, {
|
|
62
|
+
readonly name: "origin";
|
|
63
|
+
readonly typeName: "UnityEngine.Vector3";
|
|
64
|
+
readonly codec: "vector3";
|
|
65
|
+
}];
|
|
66
|
+
}, {
|
|
67
|
+
readonly wireHash: 1;
|
|
68
|
+
readonly packetKind: "observersRpc";
|
|
69
|
+
readonly methodName: "Recover_C";
|
|
70
|
+
readonly parameters: readonly [{
|
|
71
|
+
readonly name: "amount";
|
|
72
|
+
readonly typeName: "System.Int32";
|
|
73
|
+
readonly codec: "packedInt32";
|
|
74
|
+
}, {
|
|
75
|
+
readonly name: "settings";
|
|
76
|
+
readonly typeName: "FloaterSettings";
|
|
77
|
+
}];
|
|
78
|
+
}, {
|
|
79
|
+
readonly wireHash: 2;
|
|
80
|
+
readonly packetKind: "observersRpc";
|
|
81
|
+
readonly methodName: "Death_C";
|
|
82
|
+
readonly parameters: readonly [{
|
|
83
|
+
readonly name: "dmg";
|
|
84
|
+
readonly typeName: "Damage";
|
|
85
|
+
readonly fields: readonly [{
|
|
86
|
+
readonly name: "Team";
|
|
87
|
+
readonly typeName: "CombatTeam";
|
|
88
|
+
readonly codec: "packedInt32";
|
|
89
|
+
}, {
|
|
90
|
+
readonly name: "Value";
|
|
91
|
+
readonly typeName: "System.Int32";
|
|
92
|
+
readonly codec: "packedInt32";
|
|
93
|
+
}, {
|
|
94
|
+
readonly name: "Type";
|
|
95
|
+
readonly typeName: "DamageType";
|
|
96
|
+
readonly codec: "packedInt32";
|
|
97
|
+
}, {
|
|
98
|
+
readonly name: "Hit";
|
|
99
|
+
readonly typeName: "HitResult";
|
|
100
|
+
readonly codec: "packedInt32";
|
|
101
|
+
}, {
|
|
102
|
+
readonly name: "Hits";
|
|
103
|
+
readonly typeName: "System.Int32";
|
|
104
|
+
readonly codec: "packedInt32";
|
|
105
|
+
}, {
|
|
106
|
+
readonly name: "DamageSourceId";
|
|
107
|
+
readonly typeName: "System.String";
|
|
108
|
+
readonly codec: "stringUtf8Packed";
|
|
109
|
+
}, {
|
|
110
|
+
readonly name: "AttackerId";
|
|
111
|
+
readonly typeName: "System.Int32";
|
|
112
|
+
readonly codec: "packedInt32";
|
|
113
|
+
}, {
|
|
114
|
+
readonly name: "IsClone";
|
|
115
|
+
readonly typeName: "System.Boolean";
|
|
116
|
+
readonly codec: "boolean";
|
|
117
|
+
}, {
|
|
118
|
+
readonly name: "IsSummon";
|
|
119
|
+
readonly typeName: "System.Boolean";
|
|
120
|
+
readonly codec: "boolean";
|
|
121
|
+
}, {
|
|
122
|
+
readonly name: "Element";
|
|
123
|
+
readonly typeName: "Element";
|
|
124
|
+
readonly codec: "packedInt32";
|
|
125
|
+
}, {
|
|
126
|
+
readonly name: "WeaponType";
|
|
127
|
+
readonly typeName: "EquipType";
|
|
128
|
+
readonly codec: "packedInt32";
|
|
129
|
+
}, {
|
|
130
|
+
readonly name: "Range";
|
|
131
|
+
readonly typeName: "System.Int32";
|
|
132
|
+
readonly codec: "packedInt32";
|
|
133
|
+
}];
|
|
134
|
+
}];
|
|
135
|
+
}];
|
|
136
|
+
export declare const healthComponentSyncTypes: readonly [{
|
|
137
|
+
readonly index: 0;
|
|
138
|
+
readonly name: "healthSync";
|
|
139
|
+
readonly typeName: "Int32";
|
|
140
|
+
readonly codec: "packedInt32";
|
|
141
|
+
}, {
|
|
142
|
+
readonly index: 1;
|
|
143
|
+
readonly name: "maxHealthSync";
|
|
144
|
+
readonly typeName: "Int32";
|
|
145
|
+
readonly codec: "packedInt32";
|
|
146
|
+
}, {
|
|
147
|
+
readonly index: 2;
|
|
148
|
+
readonly name: "barrierSync";
|
|
149
|
+
readonly typeName: "Int32";
|
|
150
|
+
readonly codec: "packedInt32";
|
|
151
|
+
}, {
|
|
152
|
+
readonly index: 3;
|
|
153
|
+
readonly name: "overhealSync";
|
|
154
|
+
readonly typeName: "Int32";
|
|
155
|
+
readonly codec: "packedInt32";
|
|
156
|
+
}];
|
|
157
|
+
//# sourceMappingURL=health-component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"health-component.d.ts","sourceRoot":"","sources":["../../../../src/fishnet/rpc-definitions/generated/health-component.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,mBAAmB;uBAEhB,CAAC;yBACC,cAAc;yBACd,eAAe;;uBAGjB,KAAK;2BACD,QAAQ;;2BAGR,MAAM;+BACF,YAAY;4BACf,aAAa;;2BAGd,OAAO;+BACH,cAAc;4BACjB,aAAa;;2BAGd,MAAM;+BACF,YAAY;4BACf,aAAa;;2BAGd,KAAK;+BACD,WAAW;4BACd,aAAa;;2BAGd,MAAM;+BACF,cAAc;4BACjB,aAAa;;2BAGd,gBAAgB;+BACZ,eAAe;4BAClB,kBAAkB;;2BAGnB,YAAY;+BACR,cAAc;4BACjB,aAAa;;2BAGd,SAAS;+BACL,gBAAgB;4BACnB,SAAS;;2BAGV,UAAU;+BACN,gBAAgB;4BACnB,SAAS;;2BAGV,SAAS;+BACL,SAAS;4BACZ,aAAa;;2BAGd,YAAY;+BACR,WAAW;4BACd,aAAa;;2BAGd,OAAO;+BACH,cAAc;4BACjB,aAAa;;;uBAKlB,UAAU;2BACN,qBAAqB;wBACxB,SAAS;;uBAGV,QAAQ;2BACJ,qBAAqB;wBACxB,SAAS;;;uBAKV,CAAC;yBACC,cAAc;yBACd,WAAW;;uBAGb,QAAQ;2BACJ,cAAc;wBACjB,aAAa;;uBAGd,UAAU;2BACN,iBAAiB;;;uBAKrB,CAAC;yBACC,cAAc;yBACd,SAAS;;uBAGX,KAAK;2BACD,QAAQ;;2BAGR,MAAM;+BACF,YAAY;4BACf,aAAa;;2BAGd,OAAO;+BACH,cAAc;4BACjB,aAAa;;2BAGd,MAAM;+BACF,YAAY;4BACf,aAAa;;2BAGd,KAAK;+BACD,WAAW;4BACd,aAAa;;2BAGd,MAAM;+BACF,cAAc;4BACjB,aAAa;;2BAGd,gBAAgB;+BACZ,eAAe;4BAClB,kBAAkB;;2BAGnB,YAAY;+BACR,cAAc;4BACjB,aAAa;;2BAGd,SAAS;+BACL,gBAAgB;4BACnB,SAAS;;2BAGV,UAAU;+BACN,gBAAgB;4BACnB,SAAS;;2BAGV,SAAS;+BACL,SAAS;4BACZ,aAAa;;2BAGd,YAAY;+BACR,WAAW;4BACd,aAAa;;2BAGd,OAAO;+BACH,cAAc;4BACjB,aAAa;;;EAMkB,CAAC;AAErD,eAAO,MAAM,wBAAwB;oBAExB,CAAC;mBACF,YAAY;uBACR,OAAO;oBACV,aAAa;;oBAGb,CAAC;mBACF,eAAe;uBACX,OAAO;oBACV,aAAa;;oBAGb,CAAC;mBACF,aAAa;uBACT,OAAO;oBACV,aAAa;;oBAGb,CAAC;mBACF,cAAc;uBACV,OAAO;oBACV,aAAa;EAE+B,CAAC"}
|