mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -20,13 +20,13 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message CoopPoint {
|
||||
uint32 self_confidence = 15;
|
||||
State state = 10;
|
||||
uint32 id = 14;
|
||||
|
||||
enum State {
|
||||
STATE_UNSTARTED = 0;
|
||||
STATE_STARTED = 1;
|
||||
STATE_FINISHED = 2;
|
||||
}
|
||||
|
||||
uint32 self_confidence = 6;
|
||||
State state = 14;
|
||||
uint32 id = 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user