add compiled and uncompiled protobuf formats
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
syntax = "proto2";
|
||||
|
||||
option go_package = "./demo";
|
||||
option go_package="./demo";
|
||||
option cc_generic_services = false;
|
||||
|
||||
enum EDemoCommands {
|
||||
@@ -39,6 +38,7 @@ message CDemoFileHeader {
|
||||
optional string demo_version_name = 11;
|
||||
optional string demo_version_guid = 12;
|
||||
optional int32 build_num = 13;
|
||||
optional string game = 14;
|
||||
}
|
||||
|
||||
message CGameInfo {
|
||||
|
||||
Reference in New Issue
Block a user