mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-03-24 16:43:15 +01:00
Implement script support needed for dungeons
Only a few are supported right now You will need certain script files in ./resources/Scripts
This commit is contained in:
9
proto/ChallengeDataNotify.proto
Normal file
9
proto/ChallengeDataNotify.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message ChallengeDataNotify {
|
||||
uint32 challenge_index = 1;
|
||||
uint32 param_index = 2;
|
||||
uint32 value = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user