- 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:
5
proto/common.proto
Normal file
5
proto/common.proto
Normal file
@@ -0,0 +1,5 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package common;
|
||||
|
||||
message Empty {}
|
||||
Reference in New Issue
Block a user