Server test
This commit is contained in:
15
actions/actions.proto
Normal file
15
actions/actions.proto
Normal file
@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package actions;
|
||||
|
||||
option go_package = "gitea.boner.be/bdnugget/goonserver/actions";
|
||||
|
||||
message Action {
|
||||
enum ActionType {
|
||||
MOVE = 0;
|
||||
}
|
||||
|
||||
ActionType type = 1;
|
||||
int32 x = 2;
|
||||
int32 y = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user