You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
hexmap/proto/action.proto

14 lines
235 B

syntax = "proto3";
import "coords.proto";
option go_package = "git.reya.zone/reya/hexmap/server/action";
message CellSetColor {
fixed32 color = 1;
StorageCoordinates at = 2;
}
message UserSetActiveColor {
fixed32 color = 1;
}