- Added docs
- Added cs2dumper files to gitignore again.
- Fixed workspace manifest
This commit is contained in:
Janek
2023-12-30 18:52:12 +01:00
parent 568f2abdde
commit ac115ec7ac
170 changed files with 13472 additions and 4470 deletions

5
docs/src-files.js Normal file
View File

@@ -0,0 +1,5 @@
var srcIndex = JSON.parse('{\
"csflow":["",[["cs2dumper",[],["client.rs","engine2.rs","mod.rs","offsets.rs"]],["enums",[],["mod.rs","player_type.rs","teamid.rs"]],["structs",[["entity",[],["base_entity.rs","mod.rs","player_controller.rs","player_pawn.rs"]]],["mod.rs","vec3.rs"]],["traits",[],["base_entity.rs","memory_class.rs","mod.rs"]]],["context.rs","error.rs","lib.rs"]],\
"radarflow":["",[["dma",[],["cache.rs","mod.rs"]]],["cli.rs","comms.rs","main.rs","websocket.rs"]]\
}');
createSrcSidebar();