mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 09:34:12 +03:00
Hello 3.4 testing
This commit is contained in:
15
proto/GivingRecord.proto
Normal file
15
proto/GivingRecord.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
|
||||
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GivingRecord {
|
||||
bool isGadgetGiving = 6;
|
||||
uint32 groupId = 14;
|
||||
uint32 givingId = 4;
|
||||
uint32 configId = 7;
|
||||
uint32 lastGroupId = 8;
|
||||
bool isFinished = 1;
|
||||
map<uint32, uint32> materialCountMap = 10;
|
||||
}
|
Reference in New Issue
Block a user