mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 02:20:12 +03:00
works 4.0 in-game
This commit is contained in:
@@ -15,20 +15,17 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
import "Vector.proto";
|
||||
// Obf: MKBIKOOLFKM
|
||||
// Obf: CDCIECAIEIB
|
||||
message TreasureMapRegionInfo {
|
||||
uint32 HHEFCPDDMAH = 6;
|
||||
Vector region_center_pos = 9;
|
||||
uint32 region_id = 14;
|
||||
uint32 MFILLAMOAHJ = 15;
|
||||
bool ALKEKFFIMPL = 12;
|
||||
uint32 start_time = 5;
|
||||
bool IACKAEJAPLO = 3;
|
||||
uint32 scene_id = 8;
|
||||
uint32 region_radius = 4;
|
||||
uint32 region_id = 4;
|
||||
uint32 start_time = 6;
|
||||
uint32 FGGBKHFBKDP = 14;
|
||||
Vector region_center_pos = 2;
|
||||
uint32 scene_id = 1;
|
||||
uint32 region_radius = 7;
|
||||
bool IMMKAGOADGP = 15;
|
||||
uint32 LKCMDIFKAMB = 10;
|
||||
bool IEKIMNMPKJD = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user