mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-12 09:45:36 +08:00
14 lines
465 B
Markdown
14 lines
465 B
Markdown
# CS2 Dumper
|
|
|
|
Automated offsets and schema class file generator for Counter-Strike: 2. By default, it will generate JSON, Rust, C# and C++ header files. It also allows customization by overriding the `IFileBuilder` interface for exporting in your preferred file formats.
|
|
|
|
# Generated Files
|
|
|
|
Generated files are stored in the `generated` directory.
|
|
|
|
📂 [Pre-generated Files](./generated)
|
|
|
|
# License
|
|
|
|
Please refer to the [LICENSE](./LICENSE) file for more details.
|