Move roveapi into the proto dir
This commit is contained in:
parent
46f81abbd7
commit
737534f739
10 changed files with 14 additions and 18 deletions
1627
proto/roveapi/roveapi.pb.go
Normal file
1627
proto/roveapi/roveapi.pb.go
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue