Fixed character offset in OfflineMap2.

This commit is contained in:
genxium
2022-12-25 14:18:48 +08:00
parent 72782735d3
commit 013c1ea312
15 changed files with 514 additions and 212930 deletions

View File

@@ -1,5 +1,5 @@
syntax = "proto3";
option go_package = "jsexport/protos"; // here "./" corresponds to the "--go_out" value in "protoc" command
option go_package = "battle_srv/protos"; // here "./" corresponds to the "--go_out" value in "protoc" command
package protos;
import "geometry.proto"; // The import path here is only w.r.t. the proto file, not the Go package.