群聊成员获取

This commit is contained in:
super_wang
2024-04-24 23:36:55 +08:00
parent 6bf4a79e60
commit 0090309f27
5 changed files with 479 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
.build_client(true)
.build_server(false)
.out_dir("src/proto")
.compile(&["proto/wcf.proto"], &["."])
.compile(&["proto/wcf.proto", "proto/roomdata.proto"], &["."])
.expect("failed to compile protos");
Ok(())
}