mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-30 17:14:11 +03:00
testing
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
syntax = "proto3";
|
||||
|
||||
|
||||
|
||||
import "State.proto";
|
||||
import "CoopCg.proto";
|
||||
import "CoopReward.proto";
|
||||
import "CoopPoint.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message CoopChapter {
|
||||
map<uint32, uint32> seenEndingMap = 12;
|
||||
repeated uint32 finishDialogList = 5;
|
||||
repeated CoopCg coopCgList = 11;
|
||||
repeated CoopReward coopRewardList = 9;
|
||||
repeated uint32 lockReasonList = 4;
|
||||
uint32 finishedEndCount = 8;
|
||||
repeated CoopPoint coopPointList = 7;
|
||||
State state = 15;
|
||||
uint32 id = 6;
|
||||
uint32 totalEndCount = 14;
|
||||
}
|
Reference in New Issue
Block a user