mirror of
https://github.com/cline/cline.git
synced 2025-06-03 03:59:07 +00:00
Add java_package to state.proto (#3886)
This commit is contained in:
parent
9f59b6010e
commit
a4200869c9
@ -1,5 +1,7 @@
|
||||
syntax = "proto3";
|
||||
package cline;
|
||||
option java_package = "bot.cline.proto";
|
||||
option java_multiple_files = true;
|
||||
|
||||
import "common.proto";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user