- update: made changes for new proto paths - add: skills to character table - add: load and send skills to client from db - add: chat proto
5 lines
53 B
Protocol Buffer
5 lines
53 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package common;
|
|
|
|
message Empty {} |