mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 10:30:12 +03:00
add proto file for implement achievement system
This commit is contained in:
10
proto/AchievementAllDataNotify.proto
Normal file
10
proto/AchievementAllDataNotify.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "Achievement.proto";
|
||||
|
||||
message AchievementAllDataNotify {
|
||||
repeated uint32 rewardTakenGoalIdList = 8;
|
||||
repeated Achievement achievementList = 4;
|
||||
}
|
Reference in New Issue
Block a user