diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-05-29 14:20:04 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-05-29 14:20:04 +0800 |
| commit | 3d23632d7c6330e0ec98dad53656dfed5f5767b0 (patch) | |
| tree | d8d59726ca5b046b55ba502f1b8d5ba3a561a569 /bindings/c/src/data_c/mod.rs | |
| parent | 9d3d6d4195e58c51166811d8357a331d53c4cdd4 (diff) | |
1. 优化了服务器的消息处理方式
2. 将c和c#的绑定移动到了./bindings/文件夹
Diffstat (limited to 'bindings/c/src/data_c/mod.rs')
| -rw-r--r-- | bindings/c/src/data_c/mod.rs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bindings/c/src/data_c/mod.rs b/bindings/c/src/data_c/mod.rs new file mode 100644 index 0000000..afe8728 --- /dev/null +++ b/bindings/c/src/data_c/mod.rs @@ -0,0 +1,11 @@ +pub mod common; + +pub mod control_message_c; +pub mod game_message_c; +pub mod connection_message_c; +pub mod connection_callback_message_c; + + +pub mod game_profile_c; +pub mod player_info_c; +pub mod player_info_list_c;
\ No newline at end of file |
