GC-Proto/proto/CoopPoint.proto

13 lines
182 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
import "State.proto";
option java_package = "emu.grasscutter.net.proto";
message CoopPoint {
uint32 id = 10;
State state = 5;
uint32 selfConfidence = 15;
}