- update: proto files to move common stuff into common proto files
- update: made changes for new proto paths - add: skills to character table - add: load and send skills to client from db - add: chat proto
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::configure()
|
||||
.compile_well_known_types(true)
|
||||
.compile_protos(&["../proto/auth.proto"], &["../proto"])?;
|
||||
.compile_protos(&["../proto/common.proto", "../proto/auth.proto"], &["../proto"])?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user