Approaching StatuesOfTheSeven will restore all health of the current team

This commit is contained in:
BaiSugar
2022-05-03 21:56:54 +08:00
committed by Melledy
parent 8485ba5789
commit ec27c47db4
2 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message EnterTransPointRegionNotify {
uint32 scene_id = 1;
uint32 point_id = 2;
}