Move roveapi into the proto dir

This commit is contained in:
Marc Di Luzio 2020-07-10 19:00:31 +01:00
parent 46f81abbd7
commit 737534f739
10 changed files with 14 additions and 18 deletions

1627
proto/roveapi/roveapi.pb.go Normal file

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,7 @@ syntax = "proto3";
// Rove is an asychronous nomadic game about exploring a planet as part of a
// loose community
package roveapi;
option go_package = "github.com/mdiluz/rove/pkg/roveapi";
option go_package = "github.com/mdiluz/rove/proto/roveapi";
// The Rove server hosts a single game session and world with multiple players
service Rove {